summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-09-14 11:16:52 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-09-14 11:16:52 (GMT)
commitea5beb5b384263ed1b94344281de3232efef0dd0 (patch)
treefa76e282012fa2a3b10877a7484aef3eca07a6dc /macosx
parent626d7152122d3acfc5eafe232d0b81a4cbda5141 (diff)
parentad861a0433fe3325ce081e6df2b40ed7fd670fe9 (diff)
downloadtk-ea5beb5b384263ed1b94344281de3232efef0dd0.zip
tk-ea5beb5b384263ed1b94344281de3232efef0dd0.tar.gz
tk-ea5beb5b384263ed1b94344281de3232efef0dd0.tar.bz2
Merge 8.6
Diffstat (limited to 'macosx')
-rw-r--r--macosx/ttkMacOSXTheme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/ttkMacOSXTheme.c b/macosx/ttkMacOSXTheme.c
index 81825aa..8bc8ef6 100644
--- a/macosx/ttkMacOSXTheme.c
+++ b/macosx/ttkMacOSXTheme.c
@@ -2148,7 +2148,7 @@ static void TrackElementDraw(
* HIThemeTrackDrawInfo uses 2-byte alignment; assigning to a separate
* bounds variable avoids UBSan (-fsanitize=alignment) complaints.
*/
-
+
CGRect bounds = BoxToRect(d, b);
HIThemeTrackDrawInfo info = {
.version = 0,