diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2004-10-29 11:16:36 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2004-10-29 11:16:36 (GMT) |
commit | 5278e46f9811b59aaf911438e7e64eb1e2f724df (patch) | |
tree | 1e4af3bcff77bf1fc8f8ddfde6b5f88c479d84d2 /tests | |
parent | 70d54a09579e6ba0eff888157870673a676cfa4c (diff) | |
download | tk-5278e46f9811b59aaf911438e7e64eb1e2f724df.zip tk-5278e46f9811b59aaf911438e7e64eb1e2f724df.tar.gz tk-5278e46f9811b59aaf911438e7e64eb1e2f724df.tar.bz2 |
* library/tk.tcl (::tk::PlaceWindow): Backported the fix from
#533519 to handle window placement on multi-monitor Windows.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/winMenu.test | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/tests/winMenu.test b/tests/winMenu.test index 9e79c33..17a690b 100644 --- a/tests/winMenu.test +++ b/tests/winMenu.test @@ -7,7 +7,7 @@ # Copyright (c) 1998-1999 by Scriptics Corporation. # All rights reserved. # -# RCS: @(#) $Id: winMenu.test,v 1.6 2002/07/13 20:28:36 dgp Exp $ +# RCS: @(#) $Id: winMenu.test,v 1.6.2.1 2004/10/29 11:16:38 patthoyts Exp $ package require tcltest 2.1 namespace import -force tcltest::configure @@ -1037,15 +1037,3 @@ test winMenu-34.1 {TkpMenuInit called at boot time} {emptyTest pcOnly} {} {} deleteWindows ::tcltest::cleanupTests return - - - - - - - - - - - - |