Skip to content

Commit fea2534

Browse files
author
csaba
committed
Fix for bug [cf296ac849]: macOS: ttk::notebook tabs.
1 parent 49b7b79 commit fea2534

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

macosx/ttkMacOSXTheme.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1554,6 +1554,7 @@ DrawTab11(
15541554
if (!(state & TTK_STATE_FIRST)) {
15551555
clipRect.origin.x -= 5;
15561556
bounds.origin.x -= 5;
1557+
clipRect.size.width += 5;
15571558
bounds.size.width += 5;
15581559
}
15591560
if (!(state & TTK_STATE_LAST)) {

0 commit comments

Comments
 (0)