mirror of
https://github.com/YACReader/yacreader
synced 2026-04-12 15:49:53 -04:00
Fix the magnifying glass in continuous scroll mode
This commit is contained in:
@ -214,6 +214,7 @@ public:
|
||||
Viewer(QWidget *parent = nullptr);
|
||||
~Viewer();
|
||||
QPixmap pixmap() const;
|
||||
QImage grabMagnifiedRegion(const QPoint &viewerPos, const QSize &glassSize, float zoomLevel) const;
|
||||
// Comic * getComic(){return comic;}
|
||||
const BookmarksDialog *getBookmarksDialog() { return bd; }
|
||||
// returns the current index starting in 1 [1,nPages]
|
||||
|
||||
Reference in New Issue
Block a user