summaryrefslogtreecommitdiff
path: root/plugingui/button.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugingui/button.h')
-rw-r--r--plugingui/button.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugingui/button.h b/plugingui/button.h
index e33c3a8..e5de6f1 100644
--- a/plugingui/button.h
+++ b/plugingui/button.h
@@ -31,6 +31,7 @@
#include "widget.h"
#include "painter.h"
#include "notifier.h"
+#include "font.h"
namespace GUI {
@@ -69,6 +70,8 @@ private:
std::string text;
+ Font font{":fontemboss.png"};
+
state_t draw_state;
state_t button_state;
};