2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Rotation from metadata supported in FFmpeg video stream reader.

Also small glitch fix in settings rebuild after self() has changed.
This commit is contained in:
John Preston
2016-09-26 10:58:04 +03:00
parent ff3e6c429d
commit 866bc4ff8a
3 changed files with 45 additions and 0 deletions

View File

@@ -59,6 +59,7 @@ void InnerWidget::selfUpdated() {
void InnerWidget::refreshBlocks() {
_cover.destroyDelayed();
for_const (auto block, _blocks) {
block->hide();
block->deleteLater();
}
_blocks.clear();