diff options
Diffstat (limited to 'src/live_effects/parameter/fontbutton.cpp')
| -rw-r--r-- | src/live_effects/parameter/fontbutton.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |
