[gnumeric] Cell formatting: fix UMR.



commit a81b0a554d4ce155edc7bda9f761a508054ca0e9
Author: Morten Welinder <terra gnome org>
Date:   Sun Mar 16 20:14:46 2014 -0400

    Cell formatting: fix UMR.

 src/dialogs/dialog-cell-format.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/dialogs/dialog-cell-format.c b/src/dialogs/dialog-cell-format.c
index 01e23ab..a2861a1 100644
--- a/src/dialogs/dialog-cell-format.c
+++ b/src/dialogs/dialog-cell-format.c
@@ -944,6 +944,7 @@ fmt_dialog_init_font_page (FormatState *state)
                                      pts * PANGO_SCALE);
        }
 
+       state->font.underline = UNDERLINE_NONE;
        if (0 == (state->conflicts & (1 << MSTYLE_FONT_UNDERLINE))) {
                GnmUnderline ut = gnm_style_get_font_uline (state->style);
                set_font_underline (state, ut);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]