From 82784f13b19ee10b023b1cfaf9c31522e4a006ad Mon Sep 17 00:00:00 2001 From: wp_xyz Date: Sat, 24 Feb 2024 01:23:53 +0100 Subject: [PATCH] LCL/IDE: Fix tab order in Treeview component editor --- components/ideintf/treeviewpropedit.pas | 1 + 1 file changed, 1 insertion(+) diff --git a/components/ideintf/treeviewpropedit.pas b/components/ideintf/treeviewpropedit.pas index f6535b2289..586903150d 100644 --- a/components/ideintf/treeviewpropedit.pas +++ b/components/ideintf/treeviewpropedit.pas @@ -157,6 +157,7 @@ begin // button panel ButtonPanel.ShowHint := true; + btnApply.TabOrder := 1; { Images }