*** empty log message ***
authorca
Fri, 27 Oct 2000 15:14:57 +0200
changeset 3343 8a9d1c4aa460
parent 3342 231e57cb7936
child 3344 4c3428823365
*** empty log message ***
DisplaySurface.st
--- a/DisplaySurface.st	Fri Oct 27 15:14:29 2000 +0200
+++ b/DisplaySurface.st	Fri Oct 27 15:14:57 2000 +0200
@@ -531,13 +531,12 @@
 
     drawableId notNil ifTrue:[
         self shown ifTrue:[
-"/            self requestFocus.
             device setInputFocusTo:drawableId.
-        ] ifFalse:[
-            'DisplaySurface [warning]: getKeyboardFocus: not shown' errorPrintCR.
+"/        ] ifFalse:[
+"/            'DisplaySurface [warning]: getKeyboardFocus: not shown' errorPrintCR.
         ]
-    ] ifFalse:[
-        'DisplaySurface [warning]: getKeyboardFocus: no drawable' errorPrintCR.
+"/    ] ifFalse:[
+"/        'DisplaySurface [warning]: getKeyboardFocus: no drawable' errorPrintCR.
     ].
 
     "Modified: / 15.3.1999 / 08:25:10 / cg"
@@ -2312,6 +2311,6 @@
 !DisplaySurface class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/DisplaySurface.st,v 1.82 2000-10-27 13:14:29 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/DisplaySurface.st,v 1.83 2000-10-27 13:14:57 ca Exp $'
 ! !
 DisplaySurface initialize!