Browse Source

Bug fix: Tab order on extension options dialog was broken, if the extension mixed options in and out of group box.

(cherry picked from commit ac5d973a5ab741b4a7bd0cd99496cc155d18a359)

Source commit: ac3f3d1a021eb8c293f2fe1f060e19eaa7d97d5f
Martin Prikryl 9 years ago
parent
commit
70a38ff71e
1 changed files with 2 additions and 0 deletions
  1. 2 0
      source/forms/Custom.cpp

+ 2 - 0
source/forms/Custom.cpp

@@ -346,6 +346,8 @@ void __fastcall TCustomDialog::StartGroup(const UnicodeString & Caption)
 
 
   AdjustHeight(GroupBox);
   AdjustHeight(GroupBox);
 
 
+  AddWinControl(GroupBox);
+
   FPos = ScaleByTextHeight(this, 16);
   FPos = ScaleByTextHeight(this, 16);
   FPrePos = FPos;
   FPrePos = FPos;
   FIndent = FHorizontalMargin;
   FIndent = FHorizontalMargin;