summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/selected-style.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/widget/selected-style.cpp')
-rw-r--r--src/ui/widget/selected-style.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ui/widget/selected-style.cpp b/src/ui/widget/selected-style.cpp
index 3988ca544..a15afde4c 100644
--- a/src/ui/widget/selected-style.cpp
+++ b/src/ui/widget/selected-style.cpp
@@ -121,6 +121,8 @@ SelectedStyle::SelectedStyle(bool /*layout*/)
:
current_stroke_width(0),
+ _sw_unit(NULL),
+
_desktop (NULL),
_table(),
_fill_label (_("Fill:")),
@@ -141,9 +143,7 @@ SelectedStyle::SelectedStyle(bool /*layout*/)
_stroke_width_place(this),
_stroke_width (""),
- _opacity_blocked (false),
-
- _sw_unit(NULL)
+ _opacity_blocked (false)
{
set_name("SelectedStyle");
_drop[0] = _drop[1] = 0;