mirror of
https://github.com/YACReader/yacreader
synced 2025-07-21 14:34:42 -04:00
Fixed ImportWidget not removing QGraphicsItems going out
This commit is contained in:
@ -240,8 +240,8 @@ void ImportWidget::newComic(const QString & path, const QString & coverPath)
|
||||
coversScene->removeItem(last);
|
||||
delete last;
|
||||
}
|
||||
else
|
||||
break;
|
||||
//else
|
||||
// break;
|
||||
}
|
||||
|
||||
int width = p.width();
|
||||
|
Reference in New Issue
Block a user