summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/text.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/live_effects/parameter/text.cpp')
-rw-r--r--src/live_effects/parameter/text.cpp2
1 files changed, 1 insertions, 1 deletions
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) {