Trigger a rendering pass when the settings change

This commit is contained in:
luisangelsm
2026-03-06 17:19:02 +01:00
parent de676a0fcb
commit 3f6235fe32
5 changed files with 19 additions and 1 deletions

View File

@ -28,6 +28,7 @@ public:
public slots:
void onPageAvailable(int absolutePageIndex);
void invalidateScaledImageCache();
protected:
void paintEvent(QPaintEvent *event) override;