https://bugs.kde.org/show_bug.cgi?id=406489

--- Comment #9 from Albert Astals Cid <aa...@kde.org> ---
(In reply to Oliver Sander from comment #8)
> But that doesn't save the actual image, but rather its rendering at the
> current solution, right?

Sure, it's not like it works, otherwise there would be no bug ;)

But actually what i meant was

const Okular::ObjectRect * rect = pageItem->page()->objectRect(
Okular::ObjectRect::Image, nX, nY, pageItem->uncroppedWidth(),
pageItem->uncroppedHeight() );
                        if ( rect )
                        {
                            // handle right click over a image
                        }

It doesn't work because a) we don't handle it and because b) [almost] no
generator creates rects of type Okular::ObjectRect::Image

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to