[libhandy/tabs: 29/62] Kinda fix long press on pinned tabs
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libhandy/tabs: 29/62] Kinda fix long press on pinned tabs
- Date: Sat, 12 Sep 2020 19:27:44 +0000 (UTC)
commit 21a3e549b13758ad8fb25411721f9846e55b20d3
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Mon Sep 7 17:34:28 2020 +0500
Kinda fix long press on pinned tabs
src/hdy-tab-box.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/hdy-tab-box.c b/src/hdy-tab-box.c
index 65d494c9..81129b30 100644
--- a/src/hdy-tab-box.c
+++ b/src/hdy-tab-box.c
@@ -3255,7 +3255,7 @@ hdy_tab_box_init (HdyTabBox *self)
self->touch_menu_gesture = g_object_new (GTK_TYPE_GESTURE_LONG_PRESS,
"widget", GTK_WIDGET (self),
- "propagation-phase", GTK_PHASE_TARGET,
+ "propagation-phase", GTK_PHASE_CAPTURE,
"touch-only", TRUE,
NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]