mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Crash on search template loading
This commit is contained in:
parent
fabb04cd75
commit
e69ffe017d
1 changed files with 1 additions and 1 deletions
|
|
@ -304,7 +304,7 @@ var
|
|||
Index: Integer;
|
||||
WdxField: TWdxField;
|
||||
begin
|
||||
if FComboUnit.Enabled then
|
||||
if FComboUnit.Visible then
|
||||
begin
|
||||
WdxField:= TWdxField(FComboField.Items.Objects[FComboField.ItemIndex]);
|
||||
Index := WdxField.GetUnitIndex(AValue);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue