0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 8.1.1613: popup window test fails with Athena and Motif

Problem:    Popup window test fails with Athena and Motif.
Solution:   Compute the highlight attribut when the GUI is not active.
This commit is contained in:
Bram Moolenaar
2019-07-01 21:47:35 +02:00
parent 5b8cfedfbd
commit a83e70000f
2 changed files with 4 additions and 0 deletions

View File

@@ -8202,6 +8202,8 @@ do_highlight(
{ {
if (gui.in_use && do_colors) if (gui.in_use && do_colors)
gui_new_scrollbar_colors(); gui_new_scrollbar_colors();
else
set_hl_attr(idx);
} }
# ifdef FEAT_BEVAL_GUI # ifdef FEAT_BEVAL_GUI
else if (is_tooltip_group) else if (is_tooltip_group)

View File

@@ -777,6 +777,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
1613,
/**/ /**/
1612, 1612,
/**/ /**/