> PluggableListMorph>borderStyleToUse > "Answer the borderStyle that should be used for the receiver." > > ^self enabled > ifTrue: [self theme listNormalBorderStyleFor: self] > ifFalse: [self theme listDisabledBorderStyleFor: self] > > If you then look at the different implementors of borderStyleToUse, > you'll notice that there are a lot of them that only ask the theme for > a style. > Stephan
This last bit solved my problem for now. I had no luck with the subclass, etc., but I changed this method to dropListNormalBorderStyleFor: That gives me a border. ;>) -- View this message in context: http://forum.world.st/List-with-Border-tp4889556p4890356.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.