mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 22:16:14 +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.y())
|
||||||
.arg(_normalGeometry.width())
|
.arg(_normalGeometry.width())
|
||||||
.arg(_normalGeometry.height()));
|
.arg(_normalGeometry.height()));
|
||||||
_window->setGeometry(_normalGeometry);
|
_window->RpWidget::setGeometry(_normalGeometry);
|
||||||
}
|
}
|
||||||
if constexpr (!Platform::IsMac()) {
|
if constexpr (!Platform::IsMac()) {
|
||||||
if (_fullscreen) {
|
if (_fullscreen) {
|
||||||
|
Reference in New Issue
Block a user