ImageEditor.st
changeset 1734 98ebea4111f9
parent 1728 8247a19e2262
child 1740 5c0b60e76676
equal deleted inserted replaced
1733:c93d592236f3 1734:98ebea4111f9
  4570 !ImageEditor methodsFor:'user actions-saving'!
  4570 !ImageEditor methodsFor:'user actions-saving'!
  4571 
  4571 
  4572 doPrint
  4572 doPrint
  4573     "prints current image on the current printer"
  4573     "prints current image on the current printer"
  4574 
  4574 
  4575     imageEditView print
  4575     self withWaitCursorDo:[
       
  4576         imageEditView print
       
  4577     ]
  4576 !
  4578 !
  4577 
  4579 
  4578 doSaveButtonImageToFileAs
  4580 doSaveButtonImageToFileAs
  4579     "opens a dialog for saving current image to a file"
  4581     "opens a dialog for saving current image to a file"
  4580 
  4582