mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 17:29:31 +02:00
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:
parent
a5dcd4fcb7
commit
a327019296
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user