mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Bug [0001965] "Cannot focus a disabled or invisible window" when clicking on "Folder with wrench" buttons
This commit is contained in:
parent
3b98e8ea86
commit
842335151c
1 changed files with 8 additions and 0 deletions
|
|
@ -331,6 +331,10 @@ begin
|
|||
edtParams.Enabled := False;
|
||||
deStartPath.Enabled := False;
|
||||
btnCommands.Enabled := False;
|
||||
btnRelativeCommand.Enabled := False;
|
||||
btnParametersHelper.Enabled := False;
|
||||
btnStartPathPathHelper.Enabled := False;
|
||||
btnStartPathVarHelper.Enabled := False;
|
||||
edbActionName.Text := '';
|
||||
fneCommand.FileName := '';
|
||||
edtParams.Text := '';
|
||||
|
|
@ -343,6 +347,10 @@ begin
|
|||
btnRemoveAct.Enabled := True;
|
||||
edbActionName.Enabled := True;
|
||||
fneCommand.Enabled := True;
|
||||
btnRelativeCommand.Enabled := True;
|
||||
btnParametersHelper.Enabled := True;
|
||||
btnStartPathPathHelper.Enabled := True;
|
||||
btnStartPathVarHelper.Enabled := True;
|
||||
edtParams.Enabled := True;
|
||||
deStartPath.Enabled := True;
|
||||
btnCommands.Enabled := True;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue