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

(cherry picked from commit 0be7fae2bd)
This commit is contained in:
Alexander Koblov 2023-07-31 19:28:39 +03:00
commit 70c96226be

View file

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