mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-03 16:15:13 +00:00
Fix jumping of Media Viewer in some DEs.
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user