Changeset 3356
- Timestamp:
- 05/14/08 22:15:13 (2 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/opus_gui/config/scenariomanager/opusxmlaction_scenario.py
r3198 r3356 175 175 self.currentIndex.model().removeRow(self.currentIndex.internalPointer().row(), 176 176 self.currentIndex.model().parent(self.currentIndex)) 177 self.currentIndex.model().markAsDirty()178 177 self.currentIndex.model().emit(SIGNAL("layoutChanged()")) 179 178 … … 193 192 # Now up the tree, only hitting parent nodes and not sibblings 194 193 self.currentIndex.model().stripAttributeUp('inherited',thisNode) 195 self.currentIndex.model().markAsDirty()196 194 # Finally we refresh the tree to indicate that there has been a change 197 195 self.currentIndex.model().emit(SIGNAL("layoutChanged()"))
