]> git.eshelyaron.com Git - emacs.git/commit
Fix tooltips don't hide on events
authorYuuki Harano <masm+github@masm11.me>
Mon, 28 Sep 2020 13:49:38 +0000 (22:49 +0900)
committerJeff Walsh <jeff.walsh@drtusers-MacBook-Pro.local>
Tue, 24 Nov 2020 01:24:40 +0000 (12:24 +1100)
commitd899fc11f6a5f55fdb215ad88b183a75123218ae
treed7a85b19512d30e12149638a2c61939c71eae51b
parentb60d4c9db018bf64ea2eb1ecf434708a7ee82c67
Fix tooltips don't hide on events

* src/pgtkterm.c: New variable to indicate whether any event occurs.
(configure_event): Clear help string on a event.
(leave_notify_event): Clear help string on a event.
(motion_notify_event): Use gen_help_event.
(pgtk_set_event_handler): Hook configure-event for outer widgets.
(pgtk_term_init): Clear the flag.
src/pgtkterm.c