comparison src/xmenu.c @ 42535:2fb9353e0cf6

(menu_highlight_callback): Hide any tooltip window.
author Richard M. Stallman <rms@gnu.org>
date Fri, 04 Jan 2002 22:17:26 +0000
parents 26c1876db9e3
children 91623c738368
comparison
equal deleted inserted replaced
42534:c07ef1efb323 42535:2fb9353e0cf6
1189 1189
1190 /* Determine the frame for the help event. */ 1190 /* Determine the frame for the help event. */
1191 f = menubar_id_to_frame (id); 1191 f = menubar_id_to_frame (id);
1192 if (f) 1192 if (f)
1193 { 1193 {
1194 Fx_hide_tip ();
1195
1194 XSETFRAME (frame, f); 1196 XSETFRAME (frame, f);
1195 kbd_buffer_store_help_event (frame, help); 1197 kbd_buffer_store_help_event (frame, help);
1196 } 1198 }
1197 else 1199 else
1198 { 1200 {