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);
|
coversScene->removeItem(last);
|
||||||
delete last;
|
delete last;
|
||||||
}
|
}
|
||||||
else
|
//else
|
||||||
break;
|
// break;
|
||||||
}
|
}
|
||||||
|
|
||||||
int width = p.width();
|
int width = p.width();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user