1
0
Fork 0

Fixed tooltip font

This commit is contained in:
Michaël Lemaire 2017-08-21 22:48:34 +02:00
parent 2106b93439
commit a2f783d5fc

View file

@ -183,7 +183,7 @@ module TS.SpaceTac.UI {
this.bind(obj, filler => {
let content = text_getter();
if (content) {
filler.addText(0, 0, content, "#cccccc", 20, false, true);
filler.addText(0, 0, content, "#cccccc", 20);
return true;
} else {
return false;