Actions
Bug #1668
closedWStandardItem's CheckStateRole is not of a CheckState type when initially set 'Unchecked'
Start date:
02/01/2013
Due date:
% Done:
0%
Estimated time:
Description
Hey,
when an item's CheckStateRole is initially set 'Unchecked' using WStandardItem::setCheckState:
item->setCheckState(Wt::Unchecked);
the data is not of a CheckState type:
(item->data(CheckStateRole).type() == typeid(CheckState))
returns false.
In Wt-3.2.1 and Wt-3.2.3.
Regards,
Stoycho
Files
Updated by Koen Deforche almost 12 years ago
- Status changed from New to InProgress
- Target version set to 3.3.0
Updated by Koen Deforche almost 12 years ago
- Status changed from InProgress to Resolved
Updated by Koen Deforche almost 12 years ago
- Status changed from Resolved to Closed
Actions