diff options
author | patthoyts <patthoyts@noemail.net> | 2004-10-29 11:16:36 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@noemail.net> | 2004-10-29 11:16:36 (GMT) |
commit | 328c5fe52af8cb05b18d935b0360d02ea55092a7 (patch) | |
tree | 1e4af3bcff77bf1fc8f8ddfde6b5f88c479d84d2 /tests | |
parent | 3bfdea37827b4407a0eddb72db30685086d9c19f (diff) | |
download | tk-328c5fe52af8cb05b18d935b0360d02ea55092a7.zip tk-328c5fe52af8cb05b18d935b0360d02ea55092a7.tar.gz tk-328c5fe52af8cb05b18d935b0360d02ea55092a7.tar.bz2 |
* library/tk.tcl (::tk::PlaceWindow): Backported the fix from
#533519 to handle window placement on multi-monitor Windows.
FossilOrigin-Name: a9eeca37765b1d10085115feddd30c4a4511d1a4
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 - - - - - - - - - - - - |