summaryrefslogtreecommitdiff
path: root/src/gui/styleeditor.h
diff options
context:
space:
mode:
authorAleks Kissinger <aleks0@gmail.com>2018-10-08 08:51:13 +0200
committerAleks Kissinger <aleks0@gmail.com>2018-10-08 08:51:13 +0200
commite0f973435c6cf24f4eefc9f767b8b6a957daf8ac (patch)
tree6629fcaf78c8319f695b6dc6aff3a1c564bd0cac /src/gui/styleeditor.h
parent07c9d67859248840bba0a178aab0dff4306c01c4 (diff)
fixed tikzstyles output
Diffstat (limited to 'src/gui/styleeditor.h')
-rw-r--r--src/gui/styleeditor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/styleeditor.h b/src/gui/styleeditor.h
index fed2908..f9caf9c 100644
--- a/src/gui/styleeditor.h
+++ b/src/gui/styleeditor.h
@@ -68,6 +68,7 @@ private:
QModelIndex _nodeStyleIndex;
QModelIndex _edgeStyleIndex;
+ Style *_activeStyle;
};
#endif // STYLEEDITOR_H