mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-14 10:20:45 +02:00
fixed LM_LV_AddItem message in gtk intf from Andrew H.
git-svn-id: trunk@5362 -
This commit is contained in:
parent
6dc1f2faec
commit
c6b9715012
@ -1,13 +1,14 @@
|
||||
The following people contributed to Lazarus:
|
||||
|
||||
Andrew Johnson
|
||||
Andreas Hausladen
|
||||
Andrew Haines
|
||||
Andrew Johnson
|
||||
Bob Wingard
|
||||
Cliff Baeseman
|
||||
Colin Western
|
||||
Curtis White
|
||||
Darek Mazur
|
||||
GongYu
|
||||
GongYu
|
||||
Hans-Joachim Ott
|
||||
Jason King
|
||||
Jeffrey A. Wormsley
|
||||
@ -18,16 +19,16 @@ Keith Bowes
|
||||
Luis R. Hilario B.
|
||||
Marc Weustink
|
||||
Martin Patik
|
||||
Martin Smat
|
||||
Martin Smat
|
||||
Martyn Ranyard
|
||||
Mattias Gaertner
|
||||
Michael A. Hess
|
||||
Micha Nelissen
|
||||
Michal Bukovjan
|
||||
Olivier Guilbaud
|
||||
Peter Dyson
|
||||
Radek Cervinka
|
||||
Raul Moratalla
|
||||
Peter Dyson
|
||||
Reimar Grabowski
|
||||
Samuel Liddicott
|
||||
Seppo Suutarla
|
||||
|
@ -3156,8 +3156,8 @@ begin
|
||||
end;
|
||||
end
|
||||
else begin
|
||||
ListViewAddItem(Sender,Integer(data^));
|
||||
ListViewChangeItem(Sender,Integer(data^));
|
||||
ListViewAddItem(Sender,-1);
|
||||
ListViewChangeItem(Sender,TListView(Sender).Items.Count-1);
|
||||
end;
|
||||
end;
|
||||
|
||||
@ -9291,6 +9291,9 @@ end;
|
||||
{ =============================================================================
|
||||
|
||||
$Log$
|
||||
Revision 1.486 2004/04/02 20:44:08 mattias
|
||||
fixed LM_LV_AddItem message in gtk intf from Andrew H.
|
||||
|
||||
Revision 1.485 2004/03/28 12:49:22 mattias
|
||||
implemented mask merge and extraction for raw images
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user