summaryrefslogtreecommitdiff
path: root/plugingui/tabbutton.h
diff options
context:
space:
mode:
authorAndré Nusser <andre.nusser@googlemail.com>2017-04-16 13:42:02 +0200
committerAndré Nusser <andre.nusser@googlemail.com>2017-04-16 13:42:02 +0200
commite3f5b7c84f95b2a16d5921a0e0bc17d6cf63e0d6 (patch)
treeb6e4d7c252cef8458a653c8ae66bb9976b1dc72b /plugingui/tabbutton.h
parent4317e7371e0acd39fe2ef76fc20a902f5cabdd42 (diff)
Fix drawing bug of TabButton.
Diffstat (limited to 'plugingui/tabbutton.h')
-rw-r--r--plugingui/tabbutton.h2
1 files changed, 1 insertions, 1 deletions
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)