UIGalleryView.st
changeset 1337 546e42b47b41
parent 1142 f5b47cc3e563
child 1399 a0687f5e1f54
equal deleted inserted replaced
1336:3c84dc6f8d4b 1337:546e42b47b41
   231                     specification := application aspectFor:selector
   231                     specification := application aspectFor:selector
   232                 ]
   232                 ]
   233             ]
   233             ]
   234         ]
   234         ]
   235     ].
   235     ].
   236     canvas specification:specification.
   236     self withWaitCursorDo:[
   237 
   237         canvas specification:specification.
       
   238     ]
   238 !
   239 !
   239 
   240 
   240 update
   241 update
   241     self selectionHasChanged.
   242     self selectionHasChanged.
   242 !
   243 !
   249     ].
   250     ].
   250     super update:something with:aParameter from:changedObject.
   251     super update:something with:aParameter from:changedObject.
   251 
   252 
   252 ! !
   253 ! !
   253 
   254 
   254 !UIGalleryView methodsFor:'initialize / release'!
   255 !UIGalleryView methodsFor:'initialization & release'!
   255 
   256 
   256 destroy
   257 destroy
   257     minorKeysHolder notNil ifTrue:[
   258     minorKeysHolder notNil ifTrue:[
   258 	minorKeysHolder removeDependent:self. 
   259 	minorKeysHolder removeDependent:self. 
   259 	minorKeysHolder := nil.
   260 	minorKeysHolder := nil.