Fix media viewer bug on some Linux WMs

This commit is contained in:
Eric Kotato 2021-03-30 19:27:06 +03:00
parent 917a7ecd4d
commit a8e47030a4

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);
}