mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-21 01:59:28 +02:00
cleanup
git-svn-id: trunk@57888 -
This commit is contained in:
parent
9b83cf68f7
commit
71715916dc
@ -1289,7 +1289,6 @@ begin
|
||||
Bmp := TBitmap.Create;
|
||||
try
|
||||
ImgListRes.GetBitmap(AImageIndex, Bmp);
|
||||
Application.MainForm.Caption := Format('%d:%d', [Bmp.Width, Bmp.Height]);
|
||||
if LWI <> nil then
|
||||
QListWidgetItem_setIcon(LWI, TQtImage(Bmp.Handle).AsIcon)
|
||||
else
|
||||
|
@ -1288,7 +1288,6 @@ begin
|
||||
Bmp := TBitmap.Create;
|
||||
try
|
||||
ImgListRes.GetBitmap(AImageIndex, Bmp);
|
||||
Application.MainForm.Caption := Format('%d:%d', [Bmp.Width, Bmp.Height]);
|
||||
if LWI <> nil then
|
||||
QListWidgetItem_setIcon(LWI, TQtImage(Bmp.Handle).AsIcon)
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user