mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-29 04:29:32 +02:00
Qt: inform lcl about resize during design time.
git-svn-id: trunk@27241 -
This commit is contained in:
parent
1a2d37383b
commit
115fb411b9
@ -3020,8 +3020,9 @@ begin
|
||||
if not Assigned(LCLObject) then exit;
|
||||
|
||||
// do not loop with LCL but do not apply it to TQtMainWindow !
|
||||
if not (ClassType = TQtMainWindow) and InUpdate then
|
||||
exit;
|
||||
if not (csDesigning in LCLObject.ComponentState) then
|
||||
if not (ClassType = TQtMainWindow) and InUpdate then
|
||||
exit;
|
||||
|
||||
if (NewSize.cx <> LCLObject.Width) or (NewSize.cy <> LCLObject.Height) or
|
||||
(LCLObject.ClientRectNeedsInterfaceUpdate) then
|
||||
|
Loading…
Reference in New Issue
Block a user