mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Fix media viewer geometry restoration
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user