mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 12:39:29 +02:00
lcl: store ClientWidth, ClientHeight for TScrollBox as we do for forms, frames and other TScrollingWinControl descendants (fixes bug #0011000)
git-svn-id: trunk@18398 -
This commit is contained in:
parent
ed0bdeab5d
commit
c058184341
@ -197,6 +197,8 @@ type
|
||||
property BiDiMode;
|
||||
property BorderStyle;
|
||||
property ChildSizing;
|
||||
property ClientHeight;
|
||||
property ClientWidth;
|
||||
property Constraints;
|
||||
property DockSite;
|
||||
property DragCursor;
|
||||
|
Loading…
Reference in New Issue
Block a user