[vte] widget: Make sure to always set the style
- From: Egmont Koblinger <egmontkob src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vte] widget: Make sure to always set the style
- Date: Sun, 25 May 2014 17:28:58 +0000 (UTC)
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]