Don't show playlist with mouse over controls.

This commit is contained in:
John Preston 2021-11-29 11:11:38 +04:00
parent c153cdc70e
commit 3c0f80719e
1 changed files with 0 additions and 1 deletions

View File

@ -741,7 +741,6 @@ void Widget::markOver(bool over) {
_over = true;
_wontBeOver = false;
updateControlsWrapVisibility();
updateOverLabelsState(true);
} else {
_wontBeOver = true;
InvokeQueued(this, [=] {