Qt: make LCL happy when changing caption of groupbox from empty to some string or viceversa.part of #23642

git-svn-id: trunk@39841 -
This commit is contained in:
zeljko 2013-01-13 17:28:20 +00:00
parent a5dcd4fcb7
commit a327019296

View File

@ -6853,7 +6853,10 @@ begin
QLayout_invalidate(ALayout);
if LCLObject <> nil then
begin
LCLObject.DoAdjustClientRectChange(False);
LCLObject.InvalidateClientRectCache(True);
end;
end;
function TQtGroupBox.CreateWidget(const AParams: TCreateParams): QWidgetH;