Skip to content

Commit

Permalink
Minor cosmetic fix in ttkWinTheme.c.
Browse files Browse the repository at this point in the history
  • Loading branch information
csaba committed Aug 9, 2024
1 parent 4f1e4c1 commit a682923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion win/ttkWinTheme.c
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ static void FillFocusElementDraw(
FillFocusElement *focus = (FillFocusElement *)elementRecord;
XColor *fillColor = Tk_GetColorFromObj(tkwin, focus->fillColorObj);
GC gc = Tk_GCForColor(fillColor, d);
XFillRectangle(Tk_Display(tkwin), d, gc, b.x ,b.y, b.width, b.height);
XFillRectangle(Tk_Display(tkwin), d, gc, b.x, b.y, b.width, b.height);

TkWinDrawDottedRect(Tk_Display(tkwin), d, -1, b.x, b.y,
b.width, b.height);
Expand Down

0 comments on commit a682923

Please sign in to comment.