Let dense calendar popups stay visible on whole height of bottom-most days.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@17004 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Andreas Köhler 2008-03-03 22:36:02 +00:00
parent 66e2262be6
commit 5d71a32820

View File

@ -1620,7 +1620,7 @@ wheres_this(GncDenseCal *dcal, int x, int y)
{ {
return -1; return -1;
} }
if (y >= col_height(dcal)) if (y >= dcal->dayLabelHeight + col_height(dcal))
{ {
return -1; return -1;
} }