Page MenuHomePhabricator

The visibility checkbox in the TreeView does not work as expected
Closed, ResolvedPublic

Description

This is due to an undefined behaviour in QmitkDataStorageTreeModel::setData(). Qt always sends that the checkbox is selected though it was clicked while it was in checked state. Sometimes the function is called twice. I think it has to do with the tree model and Qt strange checked state for Tree Items. In QmitkDataStorageTableModel the same mechanism is used and it works

Event Timeline

Fixed by:
[SVN revision 20351]
FIX (#1895): Replaced the "Toggle Visibilty Workaround" by a real estimation of
the chekstate

Merging "Datamanager" component into ExtApp plugins