summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/satellitesarray.cpp
diff options
context:
space:
mode:
authorJabiertxof <jtx@jtx>2017-05-27 12:00:01 +0000
committerJabiertxof <jtx@jtx>2017-05-27 12:00:01 +0000
commitd77efb0c2c4b6925e87055f2921d35677d1625d5 (patch)
tree5ce6e2c1645b8f492a033d61946416d3eeedfcd7 /src/live_effects/parameter/satellitesarray.cpp
parentChange bad named vars (diff)
downloadinkscape-d77efb0c2c4b6925e87055f2921d35677d1625d5.tar.gz
inkscape-d77efb0c2c4b6925e87055f2921d35677d1625d5.zip
More fixes to LPE
(bzr r15705)
Diffstat (limited to 'src/live_effects/parameter/satellitesarray.cpp')
-rw-r--r--src/live_effects/parameter/satellitesarray.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/live_effects/parameter/satellitesarray.cpp b/src/live_effects/parameter/satellitesarray.cpp
index 7626317a1..ce4da243e 100644
--- a/src/live_effects/parameter/satellitesarray.cpp
+++ b/src/live_effects/parameter/satellitesarray.cpp
@@ -37,6 +37,7 @@ SatellitesArrayParam::SatellitesArrayParam(const Glib::ustring &label,
_current_zoom = 0;
_effectType = FILLET_CHAMFER;
_last_pathvector_satellites = NULL;
+ param_widget_is_visible(false);
}