aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2011-08-13 00:51:43 +0200
committerThomas White <taw@bitwiz.org.uk>2011-08-13 00:51:43 +0200
commitb821d554b526f478bffee3dbdea73aa14081ce03 (patch)
treeac3fd1656ad29f48811c4433db7792f7634d4470 /src
parentabaf6fec1f2f916682ef398a40673a7ccf5a1899 (diff)
Update layout when toggling "use max width"
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);
}