]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1550: when a popup has left padding text may be cut off v8.1.1550
authorBram Moolenaar <Bram@vim.org>
Sat, 15 Jun 2019 20:27:23 +0000 (22:27 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 15 Jun 2019 20:27:23 +0000 (22:27 +0200)
commit51c313104096c7af5024aebbf295f7f03486874b
tree0f3b5c85f6bbec42aceff42ceb80ecee48303597
parent61eeeea8e6455b1f36905c45a62ea8414f2f1dab
patch 8.1.1550: when a popup has left padding text may be cut off

Problem:    When a popup has left padding text may be cut off.
Solution:   Add the border and padding when computing the size.
src/popupwin.c
src/testdir/dumps/Test_popupwin_20.dump
src/testdir/dumps/Test_popupwin_21.dump
src/testdir/test_popupwin.vim
src/version.c