WinWorkstation.st
changeset 5630 a690d4635014
parent 5621 d525c04c0390
child 5637 460a01c483d2
--- a/WinWorkstation.st	Fri Oct 22 15:38:54 2010 +0200
+++ b/WinWorkstation.st	Fri Oct 22 15:39:51 2010 +0200
@@ -7480,7 +7480,7 @@
 
     |info|
 
-    (self numberOfMonitors) > 1 ifTrue:[
+    true "(self numberOfMonitors) > 1" ifTrue:[
         "/ ******* MULTI SCREEN ******
         info := self monitorInfoFor:(self monitorHandleForPoint:aPoint).
         info notNil ifTrue:[ ^ info workHeight ].
@@ -7493,7 +7493,7 @@
      Display usableHeightAt:-200@100
     "
 
-    "Modified: / 22-10-2010 / 14:46:06 / cg"
+    "Modified: / 22-10-2010 / 15:34:44 / cg"
 ! !
 
 !WinWorkstation methodsFor:'bitmap/window creation'!
@@ -18914,11 +18914,11 @@
 !WinWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/WinWorkstation.st,v 1.438 2010-10-22 12:51:27 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/WinWorkstation.st,v 1.439 2010-10-22 13:39:51 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/WinWorkstation.st,v 1.438 2010-10-22 12:51:27 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/WinWorkstation.st,v 1.439 2010-10-22 13:39:51 cg Exp $'
 ! !
 
 WinWorkstation initialize!