[vte] widget: Make sure to always set the style



commit 7a8256af09173496a09afec90249a9875c742896
Author: Egmont Koblinger <egmont gmail com>
Date:   Sun May 25 19:27:51 2014 +0200

    widget: Make sure to always set the style
    
    https://bugzilla.gnome.org/show_bug.cgi?id=727614

 src/vte.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/vte.c b/src/vte.c
index 26143e9..d72f316 100644
--- a/src/vte.c
+++ b/src/vte.c
@@ -8654,6 +8654,9 @@ vte_terminal_realize(GtkWidget *widget)
        /* Create our invisible cursor. */
        terminal->pvt->mouse_inviso_cursor = gdk_cursor_new_for_display(gtk_widget_get_display(widget), 
GDK_BLANK_CURSOR);
 
+        /* Make sure the style is set, bug 727614. */
+        vte_terminal_style_updated (widget);
+
        vte_terminal_ensure_font (terminal);
 
        /* Set up the background, *now*. */


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