mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fix jumping of Media Viewer in some DEs.
This commit is contained in:
parent
76b4e18518
commit
5bc6e6533f
1 changed files with 0 additions and 1 deletions
|
@ -486,7 +486,6 @@ void OverlayWidget::moveEvent(QMoveEvent *e) {
|
||||||
DEBUG_LOG(("Viewer Pos: Moved to %1, %2")
|
DEBUG_LOG(("Viewer Pos: Moved to %1, %2")
|
||||||
.arg(newPos.x())
|
.arg(newPos.x())
|
||||||
.arg(newPos.y()));
|
.arg(newPos.y()));
|
||||||
moveToScreen();
|
|
||||||
OverlayParent::moveEvent(e);
|
OverlayParent::moveEvent(e);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue