Added by Randy Voet over 15 years ago
Do:
- Create a WTreeView and associate a WStandardItemModel.
- Add WStandardItem instances of the same WString.
- Click the column sorting icon twice.
See:
- You get an assert in _Debug_lt_pred (xutility).
Remark:
- If both item1 and item2 exist in WStandardItemCompare and WT_TARGET_JAVA isn't defined the result is either --1 or 1.
- On the other hand the compare function in WAbstractItemModel.c returns 0 if the two 'cells' are equal.
Added as an issue instead. Sorry for the mixup.