mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-28 21:27:53 +00:00
Fix media viewer geometry restoration
This commit is contained in:
parent
6d5347472d
commit
ddaf78828a
@ -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…
x
Reference in New Issue
Block a user