mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-26 01:09:12 +02:00
Gtk2: fixed TListBox.TopIndex returning.patch by Evgeny Duryagin, fixes #14613
git-svn-id: trunk@25450 -
This commit is contained in:
parent
05f1f285ca
commit
8c493d95f2
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user