Actions
Bug #815
closed
WStandardItem::icon() calls the wrong role
Bug #815:
WStandardItem::icon() calls the wrong role
Start date:
05/05/2011
Due date:
% Done:
0%
Estimated time:
Description
The WStandardItem::setIcon function registers the icon uri in the 'DecorationRole' data index. However the WStandardItem::icon() function queries the 'DisplayRole' data index to return the icon URI.
The WStandardItem::icon() function should query the 'DecorationRole' data index to return the correct information.
KD Updated by Koen Deforche over 15 years ago
- Status changed from New to Resolved
True enough.
KD Updated by Koen Deforche about 15 years ago
- Target version set to 3.1.10
KD Updated by Koen Deforche about 15 years ago
- Status changed from Resolved to Closed
Actions