UIObjectView.st
changeset 2722 647dfae127cd
parent 2688 98d48fa622b4
child 2849 e061cea3416f
equal deleted inserted replaced
2721:5097b97d4c24 2722:647dfae127cd
  1832 !
  1832 !
  1833 
  1833 
  1834 hasUndoHistory
  1834 hasUndoHistory
  1835     "returns true if undos exists"
  1835     "returns true if undos exists"
  1836 
  1836 
  1837     ^ undoHistory isEmpty not
  1837     ^ undoHistory notEmpty
  1838 !
  1838 !
  1839 
  1839 
  1840 isModified
  1840 isModified
  1841     "returns true if painter is modified"
  1841     "returns true if painter is modified"
  1842 
  1842