Changeset 3353

Show
Ignore:
Timestamp:
05/14/08 22:07:49 (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/modelmanager/opusxmlaction_model.py

    r3158 r3353  
    8282        self.currentIndex.model().removeRow(self.currentIndex.internalPointer().row(), 
    8383                                            self.currentIndex.model().parent(self.currentIndex)) 
    84         self.currentIndex.model().markAsDirty() 
    8584        self.currentIndex.model().emit(SIGNAL("layoutChanged()")) 
    8685 
     
    10099        # Now up the tree, only hitting parent nodes and not sibblings 
    101100        self.currentIndex.model().stripAttributeUp('inherited',thisNode) 
    102         self.currentIndex.model().markAsDirty() 
    103101        # Finally we refresh the tree to indicate that there has been a change 
    104102        self.currentIndex.model().emit(SIGNAL("layoutChanged()"))