Changeset 3352
- Timestamp:
- 05/14/08 22:07:07 (2 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/opus_gui/config/generalmanager/opusxmlaction_general.py
r3189 r3352 59 59 self.currentIndex.model().removeRow(self.currentIndex.internalPointer().row(), 60 60 self.currentIndex.model().parent(self.currentIndex)) 61 self.currentIndex.model().markAsDirty()62 61 self.currentIndex.model().emit(SIGNAL("layoutChanged()")) 63 62 … … 77 76 # Now up the tree, only hitting parent nodes and not sibblings 78 77 self.currentIndex.model().stripAttributeUp('inherited',thisNode) 79 self.currentIndex.model().markAsDirty()80 78 # Finally we refresh the tree to indicate that there has been a change 81 79 self.currentIndex.model().emit(SIGNAL("layoutChanged()"))
