浏览代码

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;