diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-05-02 11:22:27 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-05-02 11:22:27 (GMT) |
commit | f6ce17f323f35d5c06e37723848cbd7fa8f2f6fa (patch) | |
tree | ddcb2fa3b4aa7f590b0b475a91d7453e13edba97 /library/tk.tcl | |
parent | 92dc17bde5685c5249794b0ef519d9597139c5f4 (diff) | |
parent | 1ad8b81988aa95d3ae080faa924677e7c9d56c1f (diff) | |
download | tk-f6ce17f323f35d5c06e37723848cbd7fa8f2f6fa.zip tk-f6ce17f323f35d5c06e37723848cbd7fa8f2f6fa.tar.gz tk-f6ce17f323f35d5c06e37723848cbd7fa8f2f6fa.tar.bz2 |
[Bug 533519]: Window placement with multiple screens
Diffstat (limited to 'library/tk.tcl')
-rw-r--r-- | library/tk.tcl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/library/tk.tcl b/library/tk.tcl index 90a4d0c..57525f1 100644 --- a/library/tk.tcl +++ b/library/tk.tcl @@ -106,10 +106,6 @@ proc ::tk::PlaceWindow {w {place ""} {anchor ""}} { set windowingsystem [tk windowingsystem] - if {$windowingsystem eq "win32"} { - # Bug 533519: win32 multiple desktops may produce negative geometry. - set checkBounds 0 - } if {$checkBounds} { if {$x < [winfo vrootx $w]} { set x [winfo vrootx $w] |