From 5c8a6c02a451287713999f450da70f9d30051987 Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Wed, 21 Feb 2018 09:06:38 -0500 Subject: [PATCH] spacer shouldnt accept tab --- minigui.d | 1 + 1 file changed, 1 insertion(+) diff --git a/minigui.d b/minigui.d index 8323b0c..5963c1b 100644 --- a/minigui.d +++ b/minigui.d @@ -4870,6 +4870,7 @@ class HorizontalSpacer : Widget { /// this(Widget parent = null) { super(parent); + this.tabStop = false; } }