Actions
Bug #2503
closedWStandardItem::setEditable(false) should set the item as non-editable
Start date:
12/06/2013
Due date:
% Done:
0%
Estimated time:
Description
WStandardItem::setEditable(false) currently does not remove ItemIsEditable from the item's flags.
Even worse, it actually does add ItemIsEditable to the flags.
Proposed fix attached as patch.
Files
Updated by Koen Deforche almost 11 years ago
- Status changed from New to InProgress
- Assignee set to Koen Deforche
- Target version set to 3.3.2
Updated by Koen Deforche almost 11 years ago
- Status changed from InProgress to Resolved
Hey,
Thanks for the patch. I've applied it as is.
Regards,
koen
Updated by Koen Deforche almost 11 years ago
- Status changed from Resolved to Closed
Actions