commit | 4e1ca0d9a6c6d66987da67155e97f83f286ffbcc | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Thu Apr 27 19:36:55 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 27 19:36:55 2023 +0100 |
tree | 63a7c548e7e2ad2ffad040a1998243cf6adcd805 | |
parent | b7f2270bab102d68f83a6300699b7f98efad81f2 [diff] [blame] |
patch 9.0.1493: popup menu position wrong in window with toolbar Problem: Popup menu position wrong in window with toolbar. Solution: Take the window toolbar into account when positioning the popup menu. (closes #12308)
diff --git a/src/version.c b/src/version.c index 475c367..bc2c945 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1493, +/**/ 1492, /**/ 1491,