mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 21:57:10 +02:00
Fix media viewer geometry restoration
This commit is contained in:
parent
6d5347472d
commit
ddaf78828a
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue