Call moveToScreen right before showFullScreen for Wayland

This commit is contained in:
Ilya Fedin 2021-02-13 15:29:37 +04:00 committed by John Preston
parent 294f849775
commit da74fe4248
1 changed files with 1 additions and 0 deletions

View File

@ -2425,6 +2425,7 @@ void OverlayWidget::displayFinished() {
updateControls();
if (isHidden()) {
Ui::Platform::UpdateOverlayed(this);
moveToScreen();
if (Platform::IsLinux()) {
showFullScreen();
} else {