Skip to content

Commit

Permalink
FIX: on-over not right on text
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbegin committed May 25, 2020
1 parent eb44b10 commit 1c004ba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/view/backends/gtk3/events.reds
Expand Up @@ -1083,7 +1083,9 @@ connect-widget-events: func [
sym = slider [
gobj_signal_connect(widget "value-changed" :range-value-changed widget)
]
sym = text [0]
sym = text [
connect-notify-events evbox widget
]
sym = field [
gobj_signal_connect(widget "changed" :field-changed widget)
]
Expand Down

0 comments on commit 1c004ba

Please sign in to comment.