Fix jumping of Media Viewer in some DEs.

This commit is contained in:
John Preston 2021-03-25 19:10:01 +04:00
parent 76b4e18518
commit 5bc6e6533f

View file

@ -486,7 +486,6 @@ void OverlayWidget::moveEvent(QMoveEvent *e) {
DEBUG_LOG(("Viewer Pos: Moved to %1, %2")
.arg(newPos.x())
.arg(newPos.y()));
moveToScreen();
OverlayParent::moveEvent(e);
}