Преглед на файлове

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

Source commit: 396d7a27cb639f6e10857da673d56df2e63f18d5
Martin Prikryl преди 9 години
родител
ревизия
ac5d973a5a
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  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);
 
+  AddWinControl(GroupBox);
+
   FPos = ScaleByTextHeight(this, 16);
   FPrePos = FPos;
   FIndent = FHorizontalMargin;