From b515997d1b2af5271b18448f9fafd0600d3c5b16 Mon Sep 17 00:00:00 2001 From: Jabiertxof Date: Thu, 29 Aug 2019 18:38:32 +0200 Subject: Fixes on UX inb CSS dialog --- src/style-internal.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/style-internal.cpp') 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; } -- cgit v1.2.3