[shotwell/wip/gtk4: 27/27] Fix double-click on photo page
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [shotwell/wip/gtk4: 27/27] Fix double-click on photo page
- Date: Sat, 9 Apr 2022 18:47:06 +0000 (UTC)
commit e90cc1c1c072ba619db8e20802d591b096be5f26
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 778a7873..7dce6bad 100644
--- a/src/Page.vala
+++ b/src/Page.vala
@@ -760,9 +760,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]