Changeset 3353
- Timestamp:
- 05/14/08 22:07:49 (2 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/opus_gui/config/modelmanager/opusxmlaction_model.py
r3158 r3353 82 82 self.currentIndex.model().removeRow(self.currentIndex.internalPointer().row(), 83 83 self.currentIndex.model().parent(self.currentIndex)) 84 self.currentIndex.model().markAsDirty()85 84 self.currentIndex.model().emit(SIGNAL("layoutChanged()")) 86 85 … … 100 99 # Now up the tree, only hitting parent nodes and not sibblings 101 100 self.currentIndex.model().stripAttributeUp('inherited',thisNode) 102 self.currentIndex.model().markAsDirty()103 101 # Finally we refresh the tree to indicate that there has been a change 104 102 self.currentIndex.model().emit(SIGNAL("layoutChanged()"))
