Gtk2: fixed TListBox.TopIndex returning.patch by Evgeny Duryagin, fixes #14613

git-svn-id: trunk@25450 -
This commit is contained in:
zeljko 2010-05-15 21:39:32 +00:00
parent 05f1f285ca
commit 8c493d95f2

View File

@ -427,7 +427,7 @@ end;
class function TGtk2WSCustomListBox.GetTopIndex(
const ACustomListBox: TCustomListBox): integer;
begin
Result := GetIndexAtXY(ACustomListBox, 0, 0);
Result := GetIndexAtXY(ACustomListBox, 0, 1);
end;
class procedure TGtk2WSCustomListBox.SelectItem(