]> granicus.if.org Git - vim/commit
patch 8.1.1596: when resizing the screen may draw popup in wrong position v8.1.1596
authorBram Moolenaar <Bram@vim.org>
Tue, 25 Jun 2019 23:03:53 +0000 (01:03 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 25 Jun 2019 23:03:53 +0000 (01:03 +0200)
commitc2a43165004f944a909428e80700130745c08ed0
tree4f47a5d17a466b08c352d9395bf22afff8ada61e
parent88c47aa692a4b1061f86624ea2503f31314f3975
patch 8.1.1596: when resizing the screen may draw popup in wrong position

Problem:    When resizing the screen may draw popup in wrong position. (Masato
            Nishihata)
Solution:   Check the popup is not outside of the screen. (fixes #4592)
src/popupwin.c
src/version.c