From e3f5b7c84f95b2a16d5921a0e0bc17d6cf63e0d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Nusser?= Date: Sun, 16 Apr 2017 13:42:02 +0200 Subject: Fix drawing bug of TabButton. --- plugingui/tabbutton.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugingui/tabbutton.h') diff --git a/plugingui/tabbutton.h b/plugingui/tabbutton.h index 2f0dc10..a248335 100644 --- a/plugingui/tabbutton.h +++ b/plugingui/tabbutton.h @@ -57,7 +57,7 @@ private: void clickHandler(); Widget* tab_widget; - bool active; + bool active{false}; TexturedBox tab_active{getImageCache(), ":tab.png", 0, 0, // atlas offset (x, y) -- cgit v1.2.3