commit | 094b8473edcc7531c942ac726dd575d95f5b622c | [log] [tgz] |
---|---|---|
author | qsmodo <75080827+qsmodo@users.noreply.github.com> | Sat Feb 11 19:12:57 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 11 19:12:57 2023 +0000 |
tree | facc7b887cb426e4b00ae9f24ceaaf128642bbfa | |
parent | aab2ead008a66fe873091fa721b2d8d8f4083815 [diff] [blame] |
patch 9.0.1303: Motif: scrollbar width/height wrong when maximized Problem: Motif: scrollbar width/height wrong when maximized. Solution: Set the width/height when creating the scrollbar. (closes #11946)
diff --git a/src/version.c b/src/version.c index 058c712..470940a 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1303, +/**/ 1302, /**/ 1301,