packages feed

moffy-samples-gtk3-run 0.1.0.6 → 0.1.0.7

raw patch · 2 files changed

+3/−2 lines, 2 files

Files

moffy-samples-gtk3-run.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack  name:           moffy-samples-gtk3-run-version:        0.1.0.6+version:        0.1.0.7 synopsis:       Package to run moffy samples - GTK3 version description:    Please see the README on GitHub at <https://github.com/YoshikuniJujo/moffy-samples-gtk3-run#readme> category:       Control
src/Control/Moffy/Samples/Run/Gtk3.hs view
@@ -110,7 +110,8 @@ 	Gtk.Widget.addEvents da $ 		Gdk.Event.ButtonPressMask .|. 		Gdk.Event.ButtonReleaseMask .|.-		Gdk.Event.ButtonMotionMask+		Gdk.Event.ButtonMotionMask .|.+		Gdk.Event.PointerMotionMask 	G.Signal.connect_self_button_ud 		da "button-press-event" (clicked ceo) Null 	G.Signal.connect_self_button_ud