[gnome-mahjongg/arnaudb/wip/gtk4: 9/29] No need to add events.
- From: Arnaud B. <arnaudb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-mahjongg/arnaudb/wip/gtk4: 9/29] No need to add events.
- Date: Fri, 9 Oct 2020 15:35:06 +0000 (UTC)
commit 7571e8a85a426fd712c90eae48f65aee4c36b7dd
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date: Sat Apr 25 11:18:55 2020 +0200
No need to add events.
src/game-view.vala | 1 -
1 file changed, 1 deletion(-)
---
diff --git a/src/game-view.vala b/src/game-view.vala
index 1373c11..6f01df2 100644
--- a/src/game-view.vala
+++ b/src/game-view.vala
@@ -100,7 +100,6 @@ public class GameView : Gtk.DrawingArea
{
can_focus = true;
theme_timer_id = 0;
- add_events (Gdk.EventMask.BUTTON_PRESS_MASK | Gdk.EventMask.BUTTON_RELEASE_MASK);
init_mouse ();
size_allocate.connect(() => {
/* Recalculate dimensions */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]