WinWorkstation.st
changeset 4134 124aeee5a812
parent 4132 be6232941cde
child 4143 e378d1d54f75
--- a/WinWorkstation.st	Thu Apr 01 12:32:21 2004 +0200
+++ b/WinWorkstation.st	Thu Apr 01 12:47:16 2004 +0200
@@ -2365,7 +2365,6 @@
     return modifiers;
 }
 
-
 #ifndef PRE_01_APR_04
 
 /* test whether a button is pressed but we think no button was pressed;
@@ -3427,9 +3426,11 @@
 		return 0;
 	    }
 
-            if (! MustHandleButtonEvent()) {
-                *pDefault = 0;
-                return 0;
+            if (hWnd != __currentPointerView) {
+                if (! MustHandleButtonEvent()) {
+                    *pDefault = 0;
+                    return 0;
+                }
             }
 
 	    {
@@ -15809,7 +15810,7 @@
 !WinWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/WinWorkstation.st,v 1.261 2004-04-01 08:38:44 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/WinWorkstation.st,v 1.262 2004-04-01 10:47:16 ca Exp $'
 ! !
 
 WinWorkstation initialize!