mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 23:59:10 +02:00
Qt: unset icon when doing internal sync after sorting. part of issue #22218
git-svn-id: trunk@37587 -
This commit is contained in:
parent
1ad43472a0
commit
fe7b460ed5
@ -1782,7 +1782,8 @@ begin
|
|||||||
finally
|
finally
|
||||||
Bmp.Free;
|
Bmp.Free;
|
||||||
end;
|
end;
|
||||||
end;
|
end else
|
||||||
|
QTreeWidgetItem_setIcon(Item, 0, nil);
|
||||||
|
|
||||||
// subitems
|
// subitems
|
||||||
for j := 0 to AItem.SubItems.Count - 1 do
|
for j := 0 to AItem.SubItems.Count - 1 do
|
||||||
|
Loading…
Reference in New Issue
Block a user