aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/stylesheet.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stylesheet.c b/src/stylesheet.c
index 52cb556..46167a1 100644
--- a/src/stylesheet.c
+++ b/src/stylesheet.c
@@ -252,6 +252,7 @@ static void use_max_toggled_sig(GtkToggleButton *combo,
s->cur_layout_element->use_max_width = v;
gtk_widget_set_sensitive(s->max_width,
s->cur_layout_element->use_max_width);
+ notify_layout_update(s->p, s->cur_layout_element);
}