diff -r 3dafd923e1e5 -r 25a38a666be1 Tools__ViewTreeApplication.st --- 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.