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

View file

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