diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-04-16 22:23:17 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-04-16 22:23:17 (GMT) |
commit | 31f6b36e6e188b6b5c7a5007b15b99100b597bab (patch) | |
tree | 9ccfcdb8140291a877a3fa051032fca6560eb29d /library/bgerror.tcl | |
parent | 03ceba547a22b69f50f302e737f783597d7f9276 (diff) | |
download | tk-31f6b36e6e188b6b5c7a5007b15b99100b597bab.zip tk-31f6b36e6e188b6b5c7a5007b15b99100b597bab.tar.gz tk-31f6b36e6e188b6b5c7a5007b15b99100b597bab.tar.bz2 |
Fix bug 533519
Diffstat (limited to 'library/bgerror.tcl')
-rw-r--r-- | library/bgerror.tcl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/library/bgerror.tcl b/library/bgerror.tcl index 4ecabd8..06c72a1 100644 --- a/library/bgerror.tcl +++ b/library/bgerror.tcl @@ -242,8 +242,9 @@ proc ::tk::dialog::error::bgerror err { bind .bgerrorDialog <Destroy> [namespace code [list Destroy %W]] .bgerrorDialog.function configure -command [namespace code Details] - # 6. Update all the geometry information so we know how big it wants - # to be, then center the window in the display and deiconify it. + # 6. Withdraw the window, then update all the geometry information + # so we know how big it wants to be, then center the window in the + # display (Motif style) and de-iconify it. ::tk::PlaceWindow .bgerrorDialog |