From b821d554b526f478bffee3dbdea73aa14081ce03 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sat, 13 Aug 2011 00:51:43 +0200 Subject: Update layout when toggling "use max width" --- src/stylesheet.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/stylesheet.c') 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); } -- cgit v1.2.3