XWorkstation.st
changeset 6294 55a1757ee198
parent 6291 65b57dca9902
child 6328 89f406538cff
--- a/XWorkstation.st	Sat Mar 01 00:24:17 2014 +0100
+++ b/XWorkstation.st	Sat Mar 01 00:24:27 2014 +0100
@@ -6192,6 +6192,11 @@
     "no-op until implemented. Since we never registered anything, the unregister succeeds"
 
     ^ true.
+!
+
+viewIsRelevantInCheckForEndOfDispatch:aView
+    aView == windowGroupWindow ifTrue:[^ false].
+    ^ super viewIsRelevantInCheckForEndOfDispatch:aView
 ! !
 
 !XWorkstation methodsFor:'event handling-old dispatch'!
@@ -13081,11 +13086,11 @@
 !XWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/XWorkstation.st,v 1.586 2014-02-28 23:17:42 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/XWorkstation.st,v 1.587 2014-02-28 23:24:27 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/XWorkstation.st,v 1.586 2014-02-28 23:17:42 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/XWorkstation.st,v 1.587 2014-02-28 23:24:27 cg Exp $'
 !
 
 version_SVN