mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-07-16 10:36:05 +02:00
ide, locals dialog: prevent AV when executing Copy RAW value without selection. Issue #29826
git-svn-id: trunk@51929 -
This commit is contained in:
parent
fd66de43d7
commit
27b9f40b75
@ -79,6 +79,7 @@ object LocalsDlg: TLocalsDlg
|
|||||||
Category = 'copy'
|
Category = 'copy'
|
||||||
Caption = 'actCopyRAWValue'
|
Caption = 'actCopyRAWValue'
|
||||||
OnExecute = actCopyRAWValueExecute
|
OnExecute = actCopyRAWValueExecute
|
||||||
|
OnUpdate = actInspectUpdate
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
object PopupMenu1: TPopupMenu
|
object PopupMenu1: TPopupMenu
|
||||||
|
Loading…
Reference in New Issue
Block a user