mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-02 18:21:53 +00:00
Added workaround to avoid corner glitches on media player panel.
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user