summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/styledialog.h
diff options
context:
space:
mode:
authorkamalpreetgrewal <grewalkamal005@gmail.com>2016-06-30 09:32:15 +0000
committerkamalpreetgrewal <grewalkamal005@gmail.com>2016-06-30 09:32:15 +0000
commitcc89ba02cda5257f76df813d86318b57469ee81e (patch)
treec37ac7c3e5b5cc4b96bf77819d3e8a727a85a14e /src/ui/dialog/styledialog.h
parentMerge changes from trunk (diff)
downloadinkscape-cc89ba02cda5257f76df813d86318b57469ee81e.tar.gz
inkscape-cc89ba02cda5257f76df813d86318b57469ee81e.zip
If selectors(children) of a row in treeview are deleted, XML repr is updated and also remove duplicate style element(if one already exists)
(bzr r14949.1.33)
Diffstat (limited to 'src/ui/dialog/styledialog.h')
-rw-r--r--src/ui/dialog/styledialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/styledialog.h b/src/ui/dialog/styledialog.h
index 4193752e3..fef1a954b 100644
--- a/src/ui/dialog/styledialog.h
+++ b/src/ui/dialog/styledialog.h
@@ -75,12 +75,12 @@ private:
Gtk::Button* create;
SPDocument* _document;
bool _styleExists;
- std::string _sValue ;
Inkscape::XML::Node *_styleChild;
unsigned _num;
std::string _selectorName = "";
std::string _selectorValue;
Gtk::TreeModel::Row _row;
+ bool _newDrawing;
// Signal handlers
void _addSelector();