summaryrefslogtreecommitdiff
path: root/src/gui/styleeditor.h
diff options
context:
space:
mode:
authorAleks Kissinger <aleks0@gmail.com>2020-04-18 23:05:52 +0100
committerAleks Kissinger <aleks0@gmail.com>2020-04-18 23:05:52 +0100
commit706b7fc38c4ed4769a3a1a8602e729b672f13118 (patch)
tree1ae3124a5d70323828f2affb78ffbac82b9e08eb /src/gui/styleeditor.h
parentef07176e5c5c8e2aa9ea5a380000302234f2934c (diff)
set no fill and no draw
Diffstat (limited to 'src/gui/styleeditor.h')
-rw-r--r--src/gui/styleeditor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/styleeditor.h b/src/gui/styleeditor.h
index 2c35d56..7fc62c0 100644
--- a/src/gui/styleeditor.h
+++ b/src/gui/styleeditor.h
@@ -68,6 +68,8 @@ public slots:
void on_tikzitDrawColor_clicked();
void on_hasTikzitFillColor_stateChanged(int state);
void on_hasTikzitDrawColor_stateChanged(int state);
+ void on_noFill_stateChanged(int state);
+ void on_noDraw_stateChanged(int state);
void on_hasTikzitShape_stateChanged(int state);
void on_tikzitShape_currentIndexChanged(int);