mirror of
https://github.com/clementine-player/Clementine
synced 2025-02-01 11:56:45 +01:00
Fix the global search tooltip
This commit is contained in:
parent
292610c20b
commit
4e9f3a27db
@ -227,6 +227,8 @@ void GlobalSearchWidget::SwapModels() {
|
||||
qSwap(front_proxy_, back_proxy_);
|
||||
|
||||
view_->setModel(front_proxy_);
|
||||
connect(view_->selectionModel(), SIGNAL(currentChanged(QModelIndex,QModelIndex)),
|
||||
SLOT(UpdateTooltip()));
|
||||
RepositionPopup();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user