Tools__ViewTreeApplication.st
changeset 3079 25a38a666be1
parent 3070 648aad0e3777
child 3104 59230707e466
--- a/Tools__ViewTreeApplication.st	Wed Feb 05 11:04:49 2014 +0100
+++ b/Tools__ViewTreeApplication.st	Thu Feb 06 12:40:37 2014 +0100
@@ -2035,6 +2035,7 @@
     model catchEvents:false.
     ((builder componentAt:'toolbarMenu') itemAt:#doUncatchEvents) 
         label:(self class releaseViewIcon);
+        enabled:false;
         activeHelpKey:#doCatchEvents.
     self doRedraw
 !
@@ -2059,7 +2060,8 @@
 
     model catchEvents:true.
     ((builder componentAt:'toolbarMenu') itemAt:#doUncatchEvents) 
-        label:(self class lockViewIcon);
+        enabled:true;
+        label:(self class releaseViewIcon);
         activeHelpKey:#doUncatchEvents.
     self setRootItem:(ViewTreeItem buildViewsFrom:topWindow).
     self selectView:aView.