Gtk2: fixed compilation

git-svn-id: trunk@39221 -
This commit is contained in:
zeljko 2012-11-01 15:55:53 +00:00
parent da7550a5b0
commit 761837a477

View File

@ -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