mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
Fixed ImportWidget not removing QGraphicsItems going out
This commit is contained in:
parent
1dd4b341cc
commit
8800595073
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user