From e96c682733fd3368181aa1ace118de6d689c7f1d Mon Sep 17 00:00:00 2001 From: Jabiertxof Date: Wed, 3 Oct 2018 22:23:07 +0200 Subject: Fix for bug:#1659476; Horizontal slider in "Power Stroke" LPE not movable with mouse correctly --- src/live_effects/effect.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/live_effects/effect.cpp') diff --git a/src/live_effects/effect.cpp b/src/live_effects/effect.cpp index d1dd8d963..8aa59e4fe 100644 --- a/src/live_effects/effect.cpp +++ b/src/live_effects/effect.cpp @@ -398,7 +398,7 @@ Effect::Effect(LivePathEffectObject *lpeobject) concatenate_before_pwd2(false), sp_lpe_item(nullptr), current_zoom(1), - upd_params(true), + upd_params(false), current_shape(nullptr), provides_own_flash_paths(true), // is automatically set to false if providesOwnFlashPaths() is not overridden defaultsopen(false), -- cgit v1.2.3