diff options
Diffstat (limited to 'windowspopover/popover.c')
| -rw-r--r-- | windowspopover/popover.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/windowspopover/popover.c b/windowspopover/popover.c index 000b755..2c2bf66 100644 --- a/windowspopover/popover.c +++ b/windowspopover/popover.c @@ -144,6 +144,7 @@ popoverRect popoverPointAt(popover *p, popoverRect control, intptr_t width, intp intptr_t x, y; popoverRect out; + // account for border width += 2; height += 2; p->arrowLeft = -1; |
