summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/unit.cpp
diff options
context:
space:
mode:
authorJabiertxof <jabier.arraiza@marker.es>2019-11-02 23:15:56 +0000
committerJabiertxof <jabier.arraiza@marker.es>2019-11-02 23:15:56 +0000
commit0175d30778b93a1b79e9dedc53f037e81de729b7 (patch)
treec651f299480ba4374efa1436dd4ffc0a409fa3a2 /src/live_effects/parameter/unit.cpp
parentAllow forking on powermask (diff)
downloadinkscape-0175d30778b93a1b79e9dedc53f037e81de729b7.tar.gz
inkscape-0175d30778b93a1b79e9dedc53f037e81de729b7.zip
Improve speed of LPE's updating widgets on release knots instead when value change
Diffstat (limited to 'src/live_effects/parameter/unit.cpp')
-rw-r--r--src/live_effects/parameter/unit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/parameter/unit.cpp b/src/live_effects/parameter/unit.cpp
index 109d7fced..7a9ccdd4b 100644
--- a/src/live_effects/parameter/unit.cpp
+++ b/src/live_effects/parameter/unit.cpp
@@ -69,7 +69,7 @@ UnitParam::param_update_default(const gchar * default_unit)
void
UnitParam::param_set_value(Inkscape::Util::Unit const &val)
{
- param_effect->upd_params = true;
+ param_effect->refresh_widgets = true;
unit = new Inkscape::Util::Unit(val);
}