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:
@@ -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)
|
||||||
|
@@ -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,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user