#REFACTORING by cg
authorClaus Gittinger <cg@exept.de>
Tue, 20 Jun 2017 08:30:08 +0200
changeset 17537 f85a96e09ab6
parent 17536 37d42dd27be8
child 17538 d29a8ed1cc7f
#REFACTORING by cg class: Tools::TagsBrowser::TagView changed: #drawLabelAt:x:y:h: use asBold instead of Text string:emphasis:
Tools__TagsBrowser.st
--- a/Tools__TagsBrowser.st	Mon Jun 19 17:26:40 2017 +0200
+++ b/Tools__TagsBrowser.st	Tue Jun 20 08:30:08 2017 +0200
@@ -2855,7 +2855,7 @@
     typeIdentifier isNil ifTrue:[
         widthOfTypeIdentifier := 0
     ] ifFalse:[
-        typeIdentifier := Text string:typeIdentifier emphasis:#bold.
+        typeIdentifier := typeIdentifier allBold.
         typeIdentifier displayOn:gc x:x y:y0.
         widthOfTypeIdentifier := (typeIdentifier widthOn:gc) + font width "... of a space".
     ].
@@ -2863,8 +2863,8 @@
 
     label displayOn:gc x:(x + inset) y:y0
 
-    "Modified: / 17-03-2012 / 11:15:27 / cg"
     "Modified: / 23-06-2014 / 21:23:26 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 20-06-2017 / 08:18:21 / cg"
 !
 
 drawSelectionFrameAt:lnNr x:x w:w