Changeset 3356

Show
Ignore:
Timestamp:
05/14/08 22:15:13 (2 months ago)
Author:
aaronr
Message:

Removing more calls to markAsDirty that are no longer needed

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/opus_gui/config/scenariomanager/opusxmlaction_scenario.py

    r3198 r3356  
    175175        self.currentIndex.model().removeRow(self.currentIndex.internalPointer().row(), 
    176176                                            self.currentIndex.model().parent(self.currentIndex)) 
    177         self.currentIndex.model().markAsDirty() 
    178177        self.currentIndex.model().emit(SIGNAL("layoutChanged()")) 
    179178 
     
    193192        # Now up the tree, only hitting parent nodes and not sibblings 
    194193        self.currentIndex.model().stripAttributeUp('inherited',thisNode) 
    195         self.currentIndex.model().markAsDirty() 
    196194        # Finally we refresh the tree to indicate that there has been a change 
    197195        self.currentIndex.model().emit(SIGNAL("layoutChanged()"))