#REFACTORING by stefan
authorStefan Vogel <sv@exept.de>
Thu, 21 Jul 2016 09:56:55 +0200
changeset 16749 c1192209d968
parent 16747 7e55266044ea
child 16750 1cb2908253d2
#REFACTORING by stefan class: AbstractLauncherApplication changed: #allTopViewsFilteringWindowGroups:withLabelsDo:
AbstractLauncherApplication.st
--- a/AbstractLauncherApplication.st	Wed Jul 20 16:18:35 2016 +0200
+++ b/AbstractLauncherApplication.st	Thu Jul 21 09:56:55 2016 +0200
@@ -742,13 +742,12 @@
 
     knownTopViews := IdentitySet new.
     Screen allScreens do:[:aScreen |
-        aScreen knownViews do:[:aView |
+        aScreen allViewsDo:[:aView |
             |top showIt wg|
 
             aView notNil ifTrue:[
                 top := aView topView.
                 (knownTopViews includes:top) ifFalse:[
-
                     (top isKindOf:DebugView) ifTrue:[
                         "/ although modal, show it.
                         showIt := top realized