diff options
| author | Jabiertxof <jabier.arraiza@marker.es> | 2019-08-29 16:38:32 +0000 |
|---|---|---|
| committer | Jabiertxof <jabier.arraiza@marker.es> | 2019-08-29 16:38:32 +0000 |
| commit | b515997d1b2af5271b18448f9fafd0600d3c5b16 (patch) | |
| tree | bfd40a59b993ad4518ded7b36bbf4358edb0c04b /src/ui/dialog/selectorsdialog.h | |
| parent | Improve CSS and Selectors dialog (diff) | |
| download | inkscape-b515997d1b2af5271b18448f9fafd0600d3c5b16.tar.gz inkscape-b515997d1b2af5271b18448f9fafd0600d3c5b16.zip | |
Fixes on UX inb CSS dialog
Diffstat (limited to 'src/ui/dialog/selectorsdialog.h')
| -rw-r--r-- | src/ui/dialog/selectorsdialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/dialog/selectorsdialog.h b/src/ui/dialog/selectorsdialog.h index d304ccfad..1039b1e4d 100644 --- a/src/ui/dialog/selectorsdialog.h +++ b/src/ui/dialog/selectorsdialog.h @@ -56,7 +56,7 @@ class SelectorsDialog : public Widget::Panel { SelectorsDialog(SelectorsDialog const &d) = delete; SelectorsDialog operator=(SelectorsDialog const &d) = delete; static SelectorsDialog &getInstance() { return *new SelectorsDialog(); } - + private: // Monitor <style> element for changes. class NodeObserver; @@ -155,7 +155,7 @@ class SelectorsDialog : public Widget::Panel { // Variables double _scroolpos; bool _scroollock; - bool _updating; // Prevent cyclic actions: read <-> write, select via dialog <-> via desktop + bool _updating; // Prevent cyclic actions: read <-> write, select via dialog <-> via desktop Inkscape::XML::Node *_textNode; // Track so we know when to add a NodeObserver. // Signals and handlers - External |
