소스 검색

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;