[shotwell/wip/gtk4: 39/94] Fix double-click on photo page
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [shotwell/wip/gtk4: 39/94] Fix double-click on photo page
- Date: Thu, 28 Jul 2022 21:57:34 +0000 (UTC)
commit 50a69612b559db3b2f3a3683cc1647a765385019
Author: Jens Georg <mail jensge org>
Date: Sat Apr 9 20:31:30 2022 +0200
Fix double-click on photo page
src/Page.vala | 3 ---
1 file changed, 3 deletions(-)
---
diff --git a/src/Page.vala b/src/Page.vala
index aac657d5..5919629e 100644
--- a/src/Page.vala
+++ b/src/Page.vala
@@ -714,9 +714,6 @@ public abstract class Page : Gtk.Box {
var sequence = gesture.get_current_sequence ();
var event = gesture.get_last_event (sequence);
- if (press != 1)
- return;
-
bool result = false;
switch (gesture.get_current_button()) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]