(redisplay) [USE_X_TOOLKIT]: Do nothing if popup_activated.
This commit is contained in:
parent
b4991b7612
commit
15f0cf7816
1 changed files with 5 additions and 0 deletions
|
@ -818,6 +818,11 @@ redisplay ()
|
|||
if (noninteractive)
|
||||
return;
|
||||
|
||||
#ifdef USE_X_TOOLKIT
|
||||
if (popup_activated ())
|
||||
return;
|
||||
#endif
|
||||
|
||||
#ifdef MULTI_FRAME
|
||||
if (FRAME_TERMCAP_P (selected_frame)
|
||||
&& previous_terminal_frame != selected_frame)
|
||||
|
|
Loading…
Add table
Reference in a new issue