UIGalleryView.st
changeset 2242 63b5fdc3c8a3
parent 2204 bde4a7ef693a
child 2359 d3f8b2492371
equal deleted inserted replaced
2241:19912f2b3ff9 2242:63b5fdc3c8a3
   246                 ]
   246                 ]
   247             ]
   247             ]
   248         ]
   248         ]
   249     ].
   249     ].
   250 "/    self withWaitCursorDo:[
   250 "/    self withWaitCursorDo:[
   251         canvas specification:specification.
   251         [
       
   252             canvas specification:specification.
       
   253         ] on:NotFoundError do:[:ex|
       
   254             Transcript showCR:ex description.
       
   255             ex proceed.
       
   256         ]
   252 "/    ]
   257 "/    ]
   253 !
   258 !
   254 
   259 
   255 update
   260 update
   256     self selectionHasChanged.
   261     self selectionHasChanged.