summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorculler <culler>2019-08-16 17:50:37 (GMT)
committerculler <culler>2019-08-16 17:50:37 (GMT)
commit7540d6562817f69ebbd41369453ce23b889c8ce9 (patch)
tree4464aa7888f918dce7f0567759c498e25a4397d2
parent558b85260be31fc7d347b9ec715e051631f00755 (diff)
downloadtk-7540d6562817f69ebbd41369453ce23b889c8ce9.zip
tk-7540d6562817f69ebbd41369453ce23b889c8ce9.tar.gz
tk-7540d6562817f69ebbd41369453ce23b889c8ce9.tar.bz2
Add comma that accidentally got deleted.
-rw-r--r--macosx/tkMacOSXButton.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/tkMacOSXButton.c b/macosx/tkMacOSXButton.c
index c514d4b..d695b44 100644
--- a/macosx/tkMacOSXButton.c
+++ b/macosx/tkMacOSXButton.c
@@ -638,7 +638,7 @@ DrawButtonImageAndText(
butPtr->textHeight, &x, &y);
x += butPtr->indicatorSpace;
y += 1; /* Tweak to match native buttons */
- Tk_DrawTextLayout(butPtr->display, pixmap, textGC butPtr->textLayout,
+ Tk_DrawTextLayout(butPtr->display, pixmap, textGC, butPtr->textLayout,
x, y, 0, -1);
}