mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-07 21:41:34 +02:00
LCL-CustomDrawn: Resizing a control should call invalidate or else it isn't updated
git-svn-id: trunk@36585 -
This commit is contained in:
parent
e1df824faf
commit
acfe78ca17
@ -288,6 +288,7 @@ end;
|
||||
class procedure TCDWSWinControl.SetBounds(const AWinControl: TWinControl;
|
||||
const ALeft, ATop, AWidth, AHeight: Integer);
|
||||
begin
|
||||
Invalidate(AWinControl);
|
||||
end;
|
||||
|
||||
class procedure TCDWSWinControl.SetColor(const AWinControl: TWinControl);
|
||||
|
Loading…
Reference in New Issue
Block a user