# HG changeset patch # User Claus Gittinger # Date 1391686837 -3600 # Node ID 25a38a666be1dc0bf59a27f175985af575cae622 # Parent 3dafd923e1e5b0341cc790ddf8293ca9f77bdc93 class: Tools::ViewTreeInspectorApplication changed: #doUncatchEvents #showWindow: 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.