summaryrefslogtreecommitdiff
path: root/src/ui.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-06-23 00:15:57 +0200
committerBram Moolenaar <Bram@vim.org>2019-06-23 00:15:57 +0200
commitc662ec9978e9a381680ffe53d05da0e10bb8d1a0 (patch)
tree6e70a57744f75ff95128c90f2257ce7f0e71936d /src/ui.c
parent6c1e1570b1346de0d438fbb991bddab38c228290 (diff)
downloadvim-git-c662ec9978e9a381680ffe53d05da0e10bb8d1a0.tar.gz
patch 8.1.1580: cannot make part of a popup transparentv8.1.1580
Problem: Cannot make part of a popup transparent. Solution: Add the "mask" option.
Diffstat (limited to 'src/ui.c')
-rw-r--r--src/ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui.c b/src/ui.c
index 896ab0ce2..00e8887dc 100644
--- a/src/ui.c
+++ b/src/ui.c
@@ -1498,7 +1498,7 @@ clip_invert_rectangle(
#ifdef FEAT_TEXT_PROP
// this goes on top of all popup windows
- screen_zindex = 32000;
+ screen_zindex = CLIP_ZINDEX;
if (col < cbd->min_col)
{