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/text.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/live_effects/parameter/text.cpp') diff --git a/src/live_effects/parameter/text.cpp b/src/live_effects/parameter/text.cpp index 6f9896981..7feb2e6a7 100644 --- a/src/live_effects/parameter/text.cpp +++ b/src/live_effects/parameter/text.cpp @@ -155,7 +155,7 @@ void TextParam::param_setValue(const Glib::ustring newvalue) { if (value != newvalue) { - param_effect->upd_params = true; + param_effect->refresh_widgets = true; } value = newvalue; if (!_hide_canvas_text) { -- cgit v1.2.3