diff --git a/src/smartplaylists/searchpreview.ui b/src/smartplaylists/searchpreview.ui index be64db551..4f8147c69 100644 --- a/src/smartplaylists/searchpreview.ui +++ b/src/smartplaylists/searchpreview.ui @@ -65,6 +65,9 @@ + + Qt::ScrollBarAlwaysOn + false diff --git a/src/smartplaylists/searchtermwidget.cpp b/src/smartplaylists/searchtermwidget.cpp index dd77f6d4b..09b9029fd 100644 --- a/src/smartplaylists/searchtermwidget.cpp +++ b/src/smartplaylists/searchtermwidget.cpp @@ -159,7 +159,7 @@ void SearchTermWidget::SetActive(bool active) { } void SearchTermWidget::enterEvent(QEvent*) { - if (!overlay_) + if (!overlay_ || !isEnabled()) return; animation_->stop();