mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2026-01-07 05:11:01 +01:00
LCL: TControlScrollBar.IsScrollBarVisible fixed for designtime
git-svn-id: trunk@25543 -
This commit is contained in:
parent
dd689541da
commit
169ad15bbe
@ -498,7 +498,7 @@ end;
|
||||
function TControlScrollBar.IsScrollBarVisible: Boolean;
|
||||
begin
|
||||
Result := (FControl <> nil) and FControl.HandleAllocated and
|
||||
FControl.IsControlVisible;
|
||||
FControl.IsControlVisible and Visible;
|
||||
end;
|
||||
|
||||
function TControlScrollBar.ScrollPos: Integer;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user