summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/selectorsdialog.h
diff options
context:
space:
mode:
authorJabiertxof <jabier.arraiza@marker.es>2019-08-29 16:38:32 +0000
committerJabiertxof <jabier.arraiza@marker.es>2019-08-29 16:38:32 +0000
commitb515997d1b2af5271b18448f9fafd0600d3c5b16 (patch)
treebfd40a59b993ad4518ded7b36bbf4358edb0c04b /src/ui/dialog/selectorsdialog.h
parentImprove CSS and Selectors dialog (diff)
downloadinkscape-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.h4
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