#BUGFIX by exept
authorClaus Gittinger <cg@exept.de>
Mon, 26 Aug 2019 18:04:22 +0200
changeset 19030 892df81100b6
parent 19029 1122a5f928b6
child 19031 346bc1b61c0a
#BUGFIX by exept class: DebugView changed: #updateMenuItems
DebugView.st
--- a/DebugView.st	Mon Aug 26 10:47:34 2019 +0200
+++ b/DebugView.st	Mon Aug 26 18:04:22 2019 +0200
@@ -7028,7 +7028,7 @@
     m notNil ifTrue:[
         m disable:#removeBreakpoint.
         m disable:#addBreakpoint.
-        canShowMore ifFalse:[
+        (canShowMore ? false) ifFalse:[
             m disable:#showMore
         ].