#REFACTORING by cg
authorClaus Gittinger <cg@exept.de>
Fri, 09 Dec 2016 13:44:24 +0100
changeset 17159 25063f90ce7d
parent 17158 fda0a732e85e
child 17160 fb7ac7bdab0c
#REFACTORING by cg class: AbstractLauncherApplication changed: #allTopViewsFilteringWindowGroups:withLabelsDo: use isDebugView instead of class == DebugView or isKindOf:DebugView (to allow replacing the debugger)
AbstractLauncherApplication.st
--- a/AbstractLauncherApplication.st	Fri Dec 09 13:43:24 2016 +0100
+++ b/AbstractLauncherApplication.st	Fri Dec 09 13:44:24 2016 +0100
@@ -755,7 +755,7 @@
             aView notNil ifTrue:[
                 top := aView topView.
                 (knownTopViews includes:top) ifFalse:[
-                    (top isKindOf:DebugView) ifTrue:[
+                    (top isDebugView) ifTrue:[
                         "/ although modal, show it.
                         showIt := top realized
                     ] ifFalse:[