diff options
Diffstat (limited to 'e-util/e-html-editor-selection.c')
-rw-r--r-- | e-util/e-html-editor-selection.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/e-util/e-html-editor-selection.c b/e-util/e-html-editor-selection.c index a48ffb77d0..5cceb09ef1 100644 --- a/e-util/e-html-editor-selection.c +++ b/e-util/e-html-editor-selection.c @@ -2133,6 +2133,8 @@ e_html_editor_selection_set_block_format (EHTMLEditorSelection *selection, /* When changing the format we need to re-set the alignment */ e_html_editor_selection_set_alignment (selection, selection->priv->alignment); + e_html_editor_view_set_changed (view, TRUE); + g_object_notify (G_OBJECT (selection), "block-format"); } |