Don't show playlist with mouse over controls.
This commit is contained in:
parent
c153cdc70e
commit
3c0f80719e
|
@ -741,7 +741,6 @@ void Widget::markOver(bool over) {
|
|||
_over = true;
|
||||
_wontBeOver = false;
|
||||
updateControlsWrapVisibility();
|
||||
updateOverLabelsState(true);
|
||||
} else {
|
||||
_wontBeOver = true;
|
||||
InvokeQueued(this, [=] {
|
||||
|
|
Loading…
Reference in New Issue