Update the cover size when the grid comics view is shown

The size may have changed while it was away
This commit is contained in:
Luis Ángel San Martín
2022-10-09 11:25:29 +02:00
parent 2e16dec51a
commit f25524e64c
2 changed files with 11 additions and 0 deletions

View File

@ -73,6 +73,8 @@ protected slots:
void resetScroll();
virtual void showEvent(QShowEvent *event) override;
signals:
void onScrollToOrigin();