UIPainterView.st
changeset 1445 d2654a3b1e3a
parent 1441 36916e4ce9ab
child 1450 a113274a03bf
equal deleted inserted replaced
1444:fec7424dccda 1445:d2654a3b1e3a
   212 ! !
   212 ! !
   213 
   213 
   214 !UIPainterView methodsFor:'change & update'!
   214 !UIPainterView methodsFor:'change & update'!
   215 
   215 
   216 layoutChanged
   216 layoutChanged
   217 
   217     treeView notNil ifTrue:[
   218     treeView layoutChanged
   218         treeView layoutChanged
       
   219     ]
   219 ! !
   220 ! !
   220 
   221 
   221 !UIPainterView methodsFor:'copy & cut & paste'!
   222 !UIPainterView methodsFor:'copy & cut & paste'!
   222 
   223 
   223 copySelection
   224 copySelection