X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fjexer%2FTLabel.java;fp=src%2Fjexer%2FTLabel.java;h=801db2a25ac299f5571c70c53611c2fd048538b5;hb=0d47c5460c8e9d1198928308767a63ad35f46eb8;hp=ad30035980ef1c4ae13fdd3cac0ac89a39eb43b8;hpb=d09767633248d79d1abc85f94d03b4102fae3f64;p=fanfix.git diff --git a/src/jexer/TLabel.java b/src/jexer/TLabel.java index ad30035..801db2a 100644 --- a/src/jexer/TLabel.java +++ b/src/jexer/TLabel.java @@ -108,7 +108,7 @@ public final class TLabel extends TWidget { CellAttributes background = getWindow().getBackground(); color.setBackColor(background.getBackColor()); - getScreen().putStrXY(0, 0, label, color); + getScreen().putStringXY(0, 0, label, color); } }