[iagno/gnome-3-16] Fix dragging the window after clicking the game view
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [iagno/gnome-3-16] Fix dragging the window after clicking the game view
- Date: Fri, 11 Sep 2015 17:25:56 +0000 (UTC)
commit cdb1acd7f6b491e11afd2b3e74ce0602fe92babd
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Fri Sep 11 12:25:26 2015 -0500
Fix dragging the window after clicking the game view
https://bugzilla.gnome.org/show_bug.cgi?id=754837
src/game-view.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/game-view.vala b/src/game-view.vala
index b76a602..a600e68 100644
--- a/src/game-view.vala
+++ b/src/game-view.vala
@@ -203,7 +203,7 @@ public class GameView : Gtk.DrawingArea
public GameView ()
{
- set_events (Gdk.EventMask.EXPOSURE_MASK | Gdk.EventMask.BUTTON_PRESS_MASK);
+ set_events (Gdk.EventMask.EXPOSURE_MASK | Gdk.EventMask.BUTTON_PRESS_MASK |
Gdk.EventMask.BUTTON_RELEASE_MASK);
set_size_request (350, 350);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]