From a15c27e81d9dadf44865e109f874bf07c0004ce8 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 11 Oct 2014 11:00:56 -0400 Subject: Integrated the extracted Popover code with the Windows Popover. --- windowspopover/popover.c | 1 + 1 file changed, 1 insertion(+) (limited to 'windowspopover/popover.c') 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; -- cgit v1.2.3