- Timestamp:
- 05/14/08 22:10:22 (3 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/opus_gui/config/datamanager/opusxmlaction_datadb.py
r3158 r3355 95 95 parent, 96 96 clone) 97 self.currentIndex.model().markAsDirty()98 97 self.currentIndex.model().emit(SIGNAL("layoutChanged()")) 99 98 … … 105 104 self.currentIndex.model().removeRow(self.currentIndex.internalPointer().row(), 106 105 self.currentIndex.model().parent(self.currentIndex)) 107 self.currentIndex.model().markAsDirty()108 106 self.currentIndex.model().emit(SIGNAL("layoutChanged()")) 109 107 … … 124 122 # Now up the tree, only hitting parent nodes and not sibblings 125 123 self.currentIndex.model().stripAttributeUp('inherited',thisNode) 126 self.currentIndex.model().markAsDirty()127 124 # Finally we refresh the tree to indicate that there has been a change 128 125 self.currentIndex.model().emit(SIGNAL("layoutChanged()"))
