mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-07 13:00:17 +02:00
win32: send wm_size if clientrect changes on DoSetBounds
git-svn-id: trunk@25008 -
This commit is contained in:
parent
ca3c600e37
commit
e9e35dd3d2
@ -505,7 +505,7 @@ begin
|
||||
if not suppressMove then
|
||||
Windows.SetWindowPos(AWinControl.Handle, 0, IntfLeft, IntfTop, IntfWidth, IntfHeight,
|
||||
SWP_NOZORDER or SWP_NOACTIVATE);
|
||||
LCLControlSizeNeedsUpdate(AWinControl, False);
|
||||
LCLControlSizeNeedsUpdate(AWinControl, True);
|
||||
end;
|
||||
|
||||
class procedure TWin32WSWinControl.SetColor(const AWinControl: TWinControl);
|
||||
|
Loading…
Reference in New Issue
Block a user