summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-05-02 11:22:27 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-05-02 11:22:27 (GMT)
commitf6ce17f323f35d5c06e37723848cbd7fa8f2f6fa (patch)
treeddcb2fa3b4aa7f590b0b475a91d7453e13edba97 /library
parent92dc17bde5685c5249794b0ef519d9597139c5f4 (diff)
parent1ad8b81988aa95d3ae080faa924677e7c9d56c1f (diff)
downloadtk-f6ce17f323f35d5c06e37723848cbd7fa8f2f6fa.zip
tk-f6ce17f323f35d5c06e37723848cbd7fa8f2f6fa.tar.gz
tk-f6ce17f323f35d5c06e37723848cbd7fa8f2f6fa.tar.bz2
[Bug 533519]: Window placement with multiple screens
Diffstat (limited to 'library')
-rw-r--r--library/tk.tcl4
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]