1
0
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:
David Sansome 2011-10-01 21:25:05 +01:00
parent 292610c20b
commit 4e9f3a27db

View File

@ -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();
}