From f91f5d49617786b0d20de888bd6988cfbb189646 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Wed, 28 Jan 2015 12:25:05 +0100 Subject: [PATCH] fix, without focus other tool btns seemed not o work --- src/ce_libmaneditor.pas | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ce_libmaneditor.pas b/src/ce_libmaneditor.pas index b97e44da..38febf3b 100644 --- a/src/ce_libmaneditor.pas +++ b/src/ce_libmaneditor.pas @@ -92,6 +92,8 @@ begin itm.Caption := notav; itm.SubItems.Add(notav); itm.SubItems.Add(notav); + SetFocus; + itm.Selected := true; end; procedure TCELibManEditorWidget.btnEditAliasClick(Sender: TObject);