Return media viewer hiding glitch workaround.

This commit is contained in:
John Preston 2024-04-02 13:19:22 +04:00
parent 9957678fb7
commit 7fa3c6f8e8
1 changed files with 1 additions and 1 deletions

View File

@ -3253,7 +3253,7 @@ not_null<QWidget*> OverlayWidget::widget() const {
void OverlayWidget::hide() {
clearBeforeHide();
//applyHideWindowWorkaround();
applyHideWindowWorkaround();
_window->hide();
}