Show
Ignore:
Timestamp:
05/14/08 22:10:22 (3 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/datamanager/opusxmlaction_datadb.py

    r3158 r3355  
    9595                                            parent, 
    9696                                            clone) 
    97         self.currentIndex.model().markAsDirty() 
    9897        self.currentIndex.model().emit(SIGNAL("layoutChanged()")) 
    9998 
     
    105104        self.currentIndex.model().removeRow(self.currentIndex.internalPointer().row(), 
    106105                                            self.currentIndex.model().parent(self.currentIndex)) 
    107         self.currentIndex.model().markAsDirty() 
    108106        self.currentIndex.model().emit(SIGNAL("layoutChanged()")) 
    109107 
     
    124122        # Now up the tree, only hitting parent nodes and not sibblings 
    125123        self.currentIndex.model().stripAttributeUp('inherited',thisNode) 
    126         self.currentIndex.model().markAsDirty() 
    127124        # Finally we refresh the tree to indicate that there has been a change 
    128125        self.currentIndex.model().emit(SIGNAL("layoutChanged()"))