UPD: Disable 'last search' button at start (fixes #176)

This commit is contained in:
Alexander Koblov 2023-07-31 19:28:39 +03:00
commit 0be7fae2bd

View file

@ -1569,6 +1569,7 @@ object frmFindDlg: TfrmFindDlg
end
object actLastSearch: TAction
Caption = '&Last search'
Enabled = False
OnExecute = actExecute
end
object actView: TAction