From 5ad3faea13a7c4384b4029c769a4086404b1c139 Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Tue, 4 Feb 2014 18:15:53 -0500 Subject: [PATCH] tab stop label --- minigui.d | 1 + 1 file changed, 1 insertion(+) diff --git a/minigui.d b/minigui.d index 7552b66..6847379 100644 --- a/minigui.d +++ b/minigui.d @@ -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) {