diff options
author | apnadkarni <apnmbx-wits@yahoo.com> | 2023-08-13 06:51:34 (GMT) |
---|---|---|
committer | apnadkarni <apnmbx-wits@yahoo.com> | 2023-08-13 06:51:34 (GMT) |
commit | 1c6cb291d62a923fb1f528519ec065dd27403167 (patch) | |
tree | e3169e23e5592e174c99bc5e9227debcb85847f4 /win | |
parent | f83a4f0f6372ef9d47dea20095b2602cbeb570b6 (diff) | |
download | tk-1c6cb291d62a923fb1f528519ec065dd27403167.zip tk-1c6cb291d62a923fb1f528519ec065dd27403167.tar.gz tk-1c6cb291d62a923fb1f528519ec065dd27403167.tar.bz2 |
Fix [2d66e1ce88] - crash running bind.test
Diffstat (limited to 'win')
-rw-r--r-- | win/tkWinButton.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/tkWinButton.c b/win/tkWinButton.c index 223e3ad..e9e7e64 100644 --- a/win/tkWinButton.c +++ b/win/tkWinButton.c @@ -1009,7 +1009,7 @@ TkpComputeButtonGeometry( butPtr->indicatorSpace = 0; if (!tsdPtr->initialized) { - InitBoxes(Tk_Interp(butPtr->tkwin)); + InitBoxes(butPtr->tkwin); } /* |