[gnome-chess/arnaudb/wip/gtk4: 16/31] No need to add events anymore.
- From: Arnaud B. <arnaudb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-chess/arnaudb/wip/gtk4: 16/31] No need to add events anymore.
- Date: Thu, 23 Apr 2020 09:59:43 +0000 (UTC)
commit f9c0b0f8556bba678cdf183bd4a99c428ef9b465
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date: Tue Apr 7 10:09:58 2020 +0200
No need to add events anymore.
src/chess-view.vala | 2 --
1 file changed, 2 deletions(-)
---
diff --git a/src/chess-view.vala b/src/chess-view.vala
index e78a39c..8f6ef11 100644
--- a/src/chess-view.vala
+++ b/src/chess-view.vala
@@ -40,8 +40,6 @@ public class ChessView : Gtk.DrawingArea
construct
{
- add_events (Gdk.EventMask.BUTTON_PRESS_MASK | Gdk.EventMask.BUTTON_RELEASE_MASK);
-
size_allocate.connect (on_size_allocate);
init_mouse ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]