diff options
author | Camil Staps | 2019-10-25 20:13:34 +0200 |
---|---|---|
committer | Camil Staps | 2019-10-25 20:13:34 +0200 |
commit | 4b0b45283080cf5d48794039a673247e69bb7867 (patch) | |
tree | ec53c918b30cf91161d6bf6bb53327c37c93d0f2 /src/Gtk/State.dcl | |
parent | Add G modifier to ccalls that may trigger GTK signals (which may cause re-ent... (diff) |
Catch traverse event to (-1,0) which seems to be a bug in GtkSheet
Diffstat (limited to 'src/Gtk/State.dcl')
-rw-r--r-- | src/Gtk/State.dcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Gtk/State.dcl b/src/Gtk/State.dcl index cbc86c1..7e56fcf 100644 --- a/src/Gtk/State.dcl +++ b/src/Gtk/State.dcl @@ -15,7 +15,7 @@ from Gtk.Signal import :: SignalHandlerInternal , return :: !Bool , signal_handlers :: !Map Int SignalHandlerInternal , signal_counter :: !Int - , shares :: !Map ShareId Dynamic + , shares :: !Map ShareId Dynamic // TODO: make this map strict to be able to free references in it } :: GtkM a =: GtkM (GtkState -> (a, GtkState)) |