Tools__TagsBrowser.st
branchjv
changeset 16571 cf319f2e56d0
parent 16285 7009be618265
parent 16512 9d06c889f22f
child 16869 2ecababdd4c0
equal deleted inserted replaced
16570:dc5e958a20dc 16571:cf319f2e56d0
  2843         self paint:fgColor on:bgColor.
  2843         self paint:fgColor on:bgColor.
  2844     ].
  2844     ].
  2845 
  2845 
  2846     lineNrString := ' [ %1 ]' bindWith:item lineNumber.
  2846     lineNrString := ' [ %1 ]' bindWith:item lineNumber.
  2847     inSelection ifFalse:[
  2847     inSelection ifFalse:[
  2848         lineNrString := lineNrString colorizeAllWith:Color darkGray.
  2848         lineNrString := lineNrString withColor:Color darkGray.
  2849     ].
  2849     ].
  2850     label := label asText , lineNrString.
  2850     label := label asText , lineNrString.
  2851 
  2851 
  2852     y0 := y - (((font height) + 1 - h) // 2) + font ascent.
  2852     y0 := y - (((font height) + 1 - h) // 2) + font ascent.
  2853 
  2853