summaryrefslogtreecommitdiffstats
path: root/src/style-internal.cpp
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/style-internal.cpp
parentImprove CSS and Selectors dialog (diff)
downloadinkscape-b515997d1b2af5271b18448f9fafd0600d3c5b16.tar.gz
inkscape-b515997d1b2af5271b18448f9fafd0600d3c5b16.zip
Fixes on UX inb CSS dialog
Diffstat (limited to 'src/style-internal.cpp')
-rw-r--r--src/style-internal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/style-internal.cpp b/src/style-internal.cpp
index 6c66e44b6..15c080d62 100644
--- a/src/style-internal.cpp
+++ b/src/style-internal.cpp
@@ -2850,7 +2850,7 @@ const Glib::ustring SPIVectorEffect::get_value() const
if (ret.empty()) {
ret += "none";
} else {
- ret.erase(0,1);
+ ret.erase(0, 1);
}
return ret;
}