[vte/vte-0-36] widget: Update background when opacity is changed



commit 8450ba88fd6198192074ee42ba4f3a58f34ed925
Author: Debarshi Ray <debarshir gnome org>
Date:   Mon May 12 18:58:26 2014 +0200

    widget: Update background when opacity is changed
    
    https://bugzilla.gnome.org/show_bug.cgi?id=730023

 src/vte.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/vte.c b/src/vte.c
index 1803b6e..af2d783 100644
--- a/src/vte.c
+++ b/src/vte.c
@@ -3159,6 +3159,7 @@ vte_terminal_set_opacity(VteTerminal *terminal, guint16 opacity)
                 return;
 
        pvt->bg_opacity = opacity;
+       vte_terminal_queue_background_update(terminal);
 
         g_object_notify(G_OBJECT(terminal), "background-opacity");
 }


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