[vte/vte-0-36] widget: Fix disappearing mouse pointer



commit 208b8bfa1884aea09a6aa8f4a046067d4f78f46f
Author: Colin Gibbs <colin gibbsonline net>
Date:   Mon May 19 15:27:40 2014 +0200

    widget: Fix disappearing mouse pointer
    
    https://bugzilla.gnome.org/show_bug.cgi?id=725342

 src/vte.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/vte.c b/src/vte.c
index af2d783..9d8f933 100644
--- a/src/vte.c
+++ b/src/vte.c
@@ -7744,6 +7744,7 @@ vte_terminal_focus_out(GtkWidget *widget, GdkEventFocus *event)
                vte_terminal_match_hilite_hide (terminal);
                /* Mark the cursor as invisible to disable hilite updating */
                terminal->pvt->mouse_cursor_visible = FALSE;
+               terminal->pvt->mouse_last_button = 0;
        }
 
        terminal->pvt->has_focus = FALSE;


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