java PDFViewCtrl.convScreenPtToPagePt bug?

Hi Pavel,

This is not a bug. convScreenPtToPagePt() takes a page # paramater. The parameter is by default the current page which may not be the poting where you are clicking. To go around this you could use PDFView.GetPageNumberFromScreenPt(x, y) then use the resulting page # in PDFView.convScreenPtToPagePt()