diff options
author | patthoyts@users.sourceforge.net <patthoyts> | 2004-10-29 11:16:36 (GMT) |
---|---|---|
committer | patthoyts@users.sourceforge.net <patthoyts> | 2004-10-29 11:16:36 (GMT) |
commit | a01ad11a4e6547316c207d45d1b59a22236a5fbe (patch) | |
tree | 1e4af3bcff77bf1fc8f8ddfde6b5f88c479d84d2 /tests | |
parent | 0c49fc8c285a05ba8548c0e811b9b4a199f2c357 (diff) | |
download | tk-a01ad11a4e6547316c207d45d1b59a22236a5fbe.zip tk-a01ad11a4e6547316c207d45d1b59a22236a5fbe.tar.gz tk-a01ad11a4e6547316c207d45d1b59a22236a5fbe.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 - - - - - - - - - - - - |