diff options
| author | Jason Rumney | 2002-01-05 00:17:40 +0000 |
|---|---|---|
| committer | Jason Rumney | 2002-01-05 00:17:40 +0000 |
| commit | f884b6f49f3471ee77892a7b518a0ac880e61e0e (patch) | |
| tree | 456b162bbc205a7b7af0c77870e5d0e802618fdd /src | |
| parent | 6637c996f7a3d0fce9f34cf96739b5421551dcd2 (diff) | |
| download | emacs-f884b6f49f3471ee77892a7b518a0ac880e61e0e.tar.gz emacs-f884b6f49f3471ee77892a7b518a0ac880e61e0e.zip | |
(w32_menu_display_help): Hide any tooltip window.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 | ||||
| -rw-r--r-- | src/w32menu.c | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ea9b8720840..ccb16497fc5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2002-01-05 Jason Rumney <jasonr@gnu.org> | 1 | 2002-01-05 Jason Rumney <jasonr@gnu.org> |
| 2 | 2 | ||
| 3 | * w32menu.c (w32_menu_display_help): Hide any tooltip window. | ||
| 4 | |||
| 3 | * w32fns.c (compute_tip_xy): If tooltip won't fit on the screen | 5 | * w32fns.c (compute_tip_xy): If tooltip won't fit on the screen |
| 4 | to the left or to the right of the pointer, put it against | 6 | to the left or to the right of the pointer, put it against |
| 5 | the left screen edge. | 7 | the left screen edge. |
diff --git a/src/w32menu.c b/src/w32menu.c index 03ffb301f01..2fe9a63ad5b 100644 --- a/src/w32menu.c +++ b/src/w32menu.c | |||
| @@ -2226,6 +2226,8 @@ w32_menu_display_help (HWND owner, HMENU menu, UINT item, UINT flags) | |||
| 2226 | Windows code on the non-toolkit version. */ | 2226 | Windows code on the non-toolkit version. */ |
| 2227 | if (f) | 2227 | if (f) |
| 2228 | { | 2228 | { |
| 2229 | Fx_hide_tip (); | ||
| 2230 | |||
| 2229 | XSETFRAME (frame, f); | 2231 | XSETFRAME (frame, f); |
| 2230 | kbd_buffer_store_help_event (frame, help); | 2232 | kbd_buffer_store_help_event (frame, help); |
| 2231 | } | 2233 | } |