MacFlatButtonBorder.st
changeset 7040 9de35e2b291f
parent 6985 d5f5ff0cae1a
child 7835 019761925559
child 8595 7f9b84978a2e
equal deleted inserted replaced
7038:94deb70cb1cd 7040:9de35e2b291f
   260         self makeImages.
   260         self makeImages.
   261         imgTopLeft isNil ifTrue:[
   261         imgTopLeft isNil ifTrue:[
   262             ^ self
   262             ^ self
   263         ].    
   263         ].    
   264     ].    
   264     ].    
   265 
   265     aGC container isNil ifTrue:[
   266     aGC paint:(aGC container viewBackground).
   266         aGC paint:(aGC viewBackground).
       
   267     ] ifFalse:[
       
   268         aGC paint:(aGC container viewBackground).
       
   269     ].
   267     aGC fillRectangleX:boxLeft y:boxTop width:2 height:2.
   270     aGC fillRectangleX:boxLeft y:boxTop width:2 height:2.
   268     aGC fillRectangleX:boxRight-2 y:boxTop width:2 height:2.
   271     aGC fillRectangleX:boxRight-2 y:boxTop width:2 height:2.
   269     aGC fillRectangleX:boxRight-2 y:boxBottom-2 width:2 height:2.
   272     aGC fillRectangleX:boxRight-2 y:boxBottom-2 width:2 height:2.
   270     aGC fillRectangleX:boxLeft y:boxBottom-2 width:2 height:2.
   273     aGC fillRectangleX:boxLeft y:boxBottom-2 width:2 height:2.
   271 
   274