ide, locals dialog: prevent AV when executing Copy RAW value without selection. Issue #29826

git-svn-id: trunk@51929 -
This commit is contained in:
ondrej 2016-03-13 21:19:08 +00:00
parent fd66de43d7
commit 27b9f40b75

View File

@ -79,6 +79,7 @@ object LocalsDlg: TLocalsDlg
Category = 'copy'
Caption = 'actCopyRAWValue'
OnExecute = actCopyRAWValueExecute
OnUpdate = actInspectUpdate
end
end
object PopupMenu1: TPopupMenu