| Summary: | image link don't work | ||
|---|---|---|---|
| Product: | [Unmaintained] kpdf | Reporter: | Mikolaj Machowski <mikmach> |
| Component: | general | Assignee: | Albert Astals Cid <aacid> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | The file for posterity | ||
|
Description
Mikolaj Machowski
2005-03-16 21:28:04 UTC
CVS commit by aacid: Fix bug 101648, thanks a lot for reporting Mikolaj Do not assume that there can be only one objectrect in a given point, remove const ObjectRect * KPDFPage::getObjectRect( double x, double y ) const and add const ObjectRect * KPDFPage::hasObject( ObjectRect::ObjectType type, double x, double y ) const instead BUGS:101648 M +2 -2 core/page.cpp 1.21 M +51 -53 core/page.h 1.11 M +14 -14 ui/pageview.cpp 1.51 Created attachment 147946 [details]
The file for posterity
|