diff --git a/lcl/interfaces/qt/qtwidgets.pas b/lcl/interfaces/qt/qtwidgets.pas index 0303b43628..d66243e4a7 100644 --- a/lcl/interfaces/qt/qtwidgets.pas +++ b/lcl/interfaces/qt/qtwidgets.pas @@ -5023,7 +5023,8 @@ begin LCLObject.DoAdjustClientRectChange(False); SlotShow(True); {send dummy LM_SIZE to LCL} - if LCLObject.ClientRectNeedsInterfaceUpdate then + if (FGroupBoxType <> tgbtNormal) and + LCLObject.ClientRectNeedsInterfaceUpdate then begin OldSize.cx := LCLObject.Height; OldSize.cy := LCLObject.Width;