UIPainter.st
changeset 3386 5baabc41e189
parent 3368 a0ef44e63e6f
child 3428 2159fce56364
equal deleted inserted replaced
3385:5307c299118d 3386:5baabc41e189
  7082 
  7082 
  7083     super redrawLabelAt:x y:yTop index:anIndex.
  7083     super redrawLabelAt:x y:yTop index:anIndex.
  7084 
  7084 
  7085     ((selection size > 1) and: [selection first == anIndex]) ifTrue:[
  7085     ((selection size > 1) and: [selection first == anIndex]) ifTrue:[
  7086         dX := textInset - 1.
  7086         dX := textInset - 1.
  7087         self paint:(Color red). "/ self application painter handleMasterColor.
  7087         gc paint:(Color red). "/ self application painter handleMasterColor.
  7088         self fillRectangleX:(x - dX - 2)
  7088         gc fillRectangleX:(x - dX - 2) y:yTop + ((fontHeight - dX) // 2)
  7089                           y:yTop + ((fontHeight - dX) // 2)
  7089            width:dX height:dX
  7090                       width:dX
       
  7091                      height:dX
       
  7092     ]
  7090     ]
  7093 ! !
  7091 ! !
  7094 
  7092 
  7095 !UIPainter::TreeView methodsFor:'initialization'!
  7093 !UIPainter::TreeView methodsFor:'initialization'!
  7096 
  7094