Fix media viewer geometry restoration

This commit is contained in:
Ilya Fedin 2024-03-16 02:29:12 +04:00 committed by John Preston
parent 6d5347472d
commit ddaf78828a
1 changed files with 1 additions and 1 deletions

View File

@ -915,7 +915,7 @@ void OverlayWidget::updateGeometry(bool inMove) {
.arg(_normalGeometry.y())
.arg(_normalGeometry.width())
.arg(_normalGeometry.height()));
_window->setGeometry(_normalGeometry);
_window->RpWidget::setGeometry(_normalGeometry);
}
if constexpr (!Platform::IsMac()) {
if (_fullscreen) {