UIGalleryView.st
changeset 396 e15b7b5bb81b
parent 335 9f048ededd7d
child 661 34af6869d5b8
equal deleted inserted replaced
395:d39076243277 396:e15b7b5bb81b
   336 
   336 
   337         (specification respondsTo:#buildViewFor:in:) ifFalse:[
   337         (specification respondsTo:#buildViewFor:in:) ifFalse:[
   338             specification := nil.
   338             specification := nil.
   339           ^ self
   339           ^ self
   340         ].
   340         ].
   341         builder := uiBuilder ? UIBuilder new.
   341         (builder := uiBuilder) isNil ifTrue:[
       
   342             builder := UIBuilder new isEditing:true
       
   343         ].
       
   344 
   342         specification buildViewFor:builder in:self.
   345         specification buildViewFor:builder in:self.
   343 
   346 
   344         subViews do:[:v|
   347         subViews do:[:v|
   345             (v ~~ inputView and:[(self findSpecFor:v) notNil]) ifTrue:[
   348             (v ~~ inputView and:[(self findSpecFor:v) notNil]) ifTrue:[
   346                 v borderWidth:1.
   349                 v borderWidth:1.