diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-04-23 09:52:05 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-04-23 09:52:05 (GMT) |
commit | 668875a4157628ad8e22c8873000773a5456a778 (patch) | |
tree | 68f86c0207c98664f52b88d8c95ef5763bb038bc /macosx | |
parent | ebcc71e5fa8f626759fb83cfa19bf70c4094298d (diff) | |
download | tk-668875a4157628ad8e22c8873000773a5456a778.zip tk-668875a4157628ad8e22c8873000773a5456a778.tar.gz tk-668875a4157628ad8e22c8873000773a5456a778.tar.bz2 |
Fix MacOS build
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/ttkMacOSXTheme.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/ttkMacOSXTheme.c b/macosx/ttkMacOSXTheme.c index 64cbce6..8379812 100644 --- a/macosx/ttkMacOSXTheme.c +++ b/macosx/ttkMacOSXTheme.c @@ -2532,7 +2532,7 @@ static void ThumbElementDraw( thumbColor = [NSColor colorWithColorSpace: deviceRGB components: rgba count: 4]; - BEGIN_DRAWING_OR_REDRAW(d) + BEGIN_DRAWING(d) SolidFillRoundedRectangle(dc.context, thumbBounds, 4, thumbColor); END_DRAWING } else { |