From 0175d30778b93a1b79e9dedc53f037e81de729b7 Mon Sep 17 00:00:00 2001 From: Jabiertxof Date: Sun, 3 Nov 2019 00:15:56 +0100 Subject: Improve speed of LPE's updating widgets on release knots instead when value change --- src/live_effects/parameter/fontbutton.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/live_effects/parameter/fontbutton.cpp') diff --git a/src/live_effects/parameter/fontbutton.cpp b/src/live_effects/parameter/fontbutton.cpp index 038a58fc6..3c48d8945 100644 --- a/src/live_effects/parameter/fontbutton.cpp +++ b/src/live_effects/parameter/fontbutton.cpp @@ -84,7 +84,7 @@ void FontButtonParam::param_setValue(const Glib::ustring newvalue) { if (value != newvalue) { - param_effect->upd_params = true; + param_effect->refresh_widgets = true; } value = newvalue; } -- cgit v1.2.3