diff options
author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2012-04-20 12:16:36 (GMT) |
---|---|---|
committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2012-04-20 12:16:36 (GMT) |
commit | d6eccbea0b83449adc81fe644661bd6c9e7be0d5 (patch) | |
tree | b6b2163dafeff1c9a7328e67b75329e8a9f4ff83 /library/clrpick.tcl | |
parent | 0a34571d803d725782a5c3c4e5ca6e84056e79f1 (diff) | |
parent | 4ff08cc90144bd0507385401722a69d543564fe1 (diff) | |
download | tk-d6eccbea0b83449adc81fe644661bd6c9e7be0d5.zip tk-d6eccbea0b83449adc81fe644661bd6c9e7be0d5.tar.gz tk-d6eccbea0b83449adc81fe644661bd6c9e7be0d5.tar.bz2 |
Use vroot size in stead of screen size for clipping window coordinates in ::tk::PlaceWindow.
Use ::tk::PlaceWindow in dialog.tcl, in stead of dumplicating the code there.
Diffstat (limited to 'library/clrpick.tcl')
-rw-r--r-- | library/clrpick.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/clrpick.tcl b/library/clrpick.tcl index cfbfb4f..02793cc 100644 --- a/library/clrpick.tcl +++ b/library/clrpick.tcl @@ -89,7 +89,7 @@ proc ::tk::dialog::color:: {args} { # 5. 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 and de-iconify it. + # display (Motif style) and de-iconify it. ::tk::PlaceWindow $w widget $data(-parent) wm title $w $data(-title) |