Qt: unset icon when doing internal sync after sorting. part of issue #22218

git-svn-id: trunk@37587 -
This commit is contained in:
zeljko 2012-06-08 08:47:08 +00:00
parent 1ad43472a0
commit fe7b460ed5

View File

@ -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