mirror of https://gitlab.com/basile.b/dexed.git
fix, without focus other tool btns seemed not o work
This commit is contained in:
parent
5f51a68141
commit
f91f5d4961
|
@ -92,6 +92,8 @@ begin
|
||||||
itm.Caption := notav;
|
itm.Caption := notav;
|
||||||
itm.SubItems.Add(notav);
|
itm.SubItems.Add(notav);
|
||||||
itm.SubItems.Add(notav);
|
itm.SubItems.Add(notav);
|
||||||
|
SetFocus;
|
||||||
|
itm.Selected := true;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TCELibManEditorWidget.btnEditAliasClick(Sender: TObject);
|
procedure TCELibManEditorWidget.btnEditAliasClick(Sender: TObject);
|
||||||
|
|
Loading…
Reference in New Issue