(note_mouse_highlight) [HAVE_NTGUI]: Don't bother to check popup_activated.

This commit is contained in:
Eli Zaretskii 2006-11-05 12:18:21 +00:00
parent e5d3d18d5c
commit 5221ea0b4c

View file

@ -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