DBG: extend watch-view window with a detailed view pane (inspect) for the selected value. based on issue #0021990 by Darius Blaszijk --- keep button enabled

git-svn-id: trunk@37260 -
This commit is contained in:
martin 2012-05-12 17:40:41 +00:00
parent 08be80ba31
commit e3eb90decf

View File

@ -397,6 +397,8 @@ begin
actAddWatch.Enabled := True;
actPower.Enabled := True;
actToggleInspectSite.Enabled := True;
UpdateInspectPane;
end;