[evolution] EHTMLEditorSelection - Don't set the alpha channel to 0 (fully transparent) for the default font col



commit 627cb992210f3d5bad4beec5b3c77fa521a87a65
Author: Tomas Popela <tpopela redhat com>
Date:   Thu Oct 2 13:52:20 2014 +0200

    EHTMLEditorSelection - Don't set the alpha channel to 0 (fully transparent) for the default font color

 e-util/e-html-editor-selection.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/e-util/e-html-editor-selection.c b/e-util/e-html-editor-selection.c
index c64b5e0..66f58c1 100644
--- a/e-util/e-html-editor-selection.c
+++ b/e-util/e-html-editor-selection.c
@@ -99,7 +99,7 @@ enum {
        PROP_UNDERLINE
 };
 
-static const GdkRGBA black = { 0 };
+static const GdkRGBA black = { 0, 0, 0, 1 };
 
 G_DEFINE_TYPE (
        EHTMLEditorSelection,


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