mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-07 03:27:12 +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
|
var
|
||||||
Range: PGtkRange;
|
Range: PGtkRange;
|
||||||
begin
|
begin
|
||||||
if not AWinControl.HandleAllocated then
|
if not AScrollBar.HandleAllocated then
|
||||||
exit;
|
exit;
|
||||||
with AScrollBar do
|
with AScrollBar do
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user