UIObjectView.st
changeset 1342 75be821d97c3
parent 1230 23e5d0c133e8
child 1350 4e6bdf86b9ac
equal deleted inserted replaced
1341:83fe4fae7c10 1342:75be821d97c3
  2390 !
  2390 !
  2391 
  2391 
  2392 resetModification
  2392 resetModification
  2393     "set modification state to false
  2393     "set modification state to false
  2394     "
  2394     "
  2395     startIdentifier := identifier
  2395 "/    startIdentifier := identifier
       
  2396 
       
  2397     identifier := startIdentifier := 0.
       
  2398     history    := OrderedCollection new.
       
  2399 
  2396 ! !
  2400 ! !
  2397 
  2401 
  2398 !UIObjectView::UndoHistory methodsFor:'activation'!
  2402 !UIObjectView::UndoHistory methodsFor:'activation'!
  2399 
  2403 
  2400 withinTransaction:aType text:aTextOrNil do:aBlock
  2404 withinTransaction:aType text:aTextOrNil do:aBlock