mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-18 02:47:36 +00:00
(note_mouse_highlight) [HAVE_NTGUI]: Don't bother to check popup_activated.
This commit is contained in:
parent
e5d3d18d5c
commit
5221ea0b4c
1 changed files with 1 additions and 1 deletions
|
|
@ -22636,7 +22636,7 @@ note_mouse_highlight (f, x, y)
|
|||
struct buffer *b;
|
||||
|
||||
/* When a menu is active, don't highlight because this looks odd. */
|
||||
#if defined (USE_X_TOOLKIT) || defined (USE_GTK) || defined (HAVE_NTGUI)
|
||||
#if defined (USE_X_TOOLKIT) || defined (USE_GTK)
|
||||
if (popup_activated ())
|
||||
return;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue