We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec243d8 commit a802919Copy full SHA for a802919
macosx/tkMacOSXWindowEvent.c
@@ -1268,7 +1268,7 @@ static const char *const accentNames[] = {
1268
* elements for the Toggleswitch* styles if necessary
1269
*/
1270
Tcl_Interp *interp = Tk_Interp(tkwin);
1271
- int code = Tcl_EvalEx(interp, "ttk::toggleswitch::CondUpdateElements",
+ int code = Tcl_EvalEx(interp, "after 0 ttk::toggleswitch::CondUpdateElements",
1272
TCL_INDEX_NONE, TCL_EVAL_GLOBAL);
1273
if (code != TCL_OK) {
1274
Tcl_BackgroundException(interp, code);
0 commit comments