tab stop label

This commit is contained in:
Adam D. Ruppe 2014-02-04 18:15:53 -05:00
parent f8e23dacda
commit 5ad3faea13
1 changed files with 1 additions and 0 deletions

View File

@ -1908,6 +1908,7 @@ class TextLabel : Widget {
string label;
this(string label, Widget parent = null) {
this.label = label;
this.tabStop = false;
super(parent);
parentWindow = parent.parentWindow;
paint = (ScreenPainter painter) {