[shotwell/wip/gtk4: 89/154] Fix double-click on photo page
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [shotwell/wip/gtk4: 89/154] Fix double-click on photo page
- Date: Sat, 1 Oct 2022 17:53:16 +0000 (UTC)
commit 3b28ddcac097ca3fb1c3123ba4dad666f9e8aad0
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 bed282a3..9d99e331 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]