mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-31 07:12:30 +02:00
Gtk2: fixed compilation
git-svn-id: trunk@39221 -
This commit is contained in:
parent
da7550a5b0
commit
761837a477
@ -2688,7 +2688,7 @@ class procedure TGtk2WSScrollBar.SetParams(const AScrollBar: TCustomScrollBar);
|
||||
var
|
||||
Range: PGtkRange;
|
||||
begin
|
||||
if not AWinControl.HandleAllocated then
|
||||
if not AScrollBar.HandleAllocated then
|
||||
exit;
|
||||
with AScrollBar do
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user