Corrected "loading" property for the page widget
This commit is contained in:
parent
752c8b1dd7
commit
758e91dd6c
1 changed files with 1 additions and 1 deletions
|
@ -363,7 +363,7 @@ void BooksPageWidget::paint(QPainter* aPainter)
|
|||
|
||||
bool BooksPageWidget::loading() const
|
||||
{
|
||||
return iPage >= 0 && iResetTask && iRenderTask;
|
||||
return iPage >= 0 && (iResetTask || iRenderTask);
|
||||
}
|
||||
|
||||
void BooksPageWidget::resetView()
|
||||
|
|
Loading…
Reference in a new issue