[vte] widget: Fix disappearing mouse pointer
- From: Egmont Koblinger <egmontkob src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vte] widget: Fix disappearing mouse pointer
- Date: Mon, 19 May 2014 13:31:35 +0000 (UTC)
commit 53056d1e523a39c018272efa15f13c8e2ce8932a
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 d004453..8ab72e1 100644
--- a/src/vte.c
+++ b/src/vte.c
@@ -7300,6 +7300,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]