Added workaround to avoid corner glitches on media player panel.

This commit is contained in:
23rd
2026-01-01 16:16:54 +03:00
parent 3959c4fac6
commit 9f36721631
+1 -1
View File
@@ -2896,7 +2896,7 @@ int MainWidget::backgroundFromY() const {
bool MainWidget::contentOverlapped(const QRect &globalRect) {
return _history->contentOverlapped(globalRect)
|| _playerPlaylist->overlaps(globalRect);
/*|| _playerPlaylist->overlaps(globalRect)*/;
}
void MainWidget::activate() {