[Fix] Make SearchPopup a BasePopup (#2182)

This commit is contained in:
Leon Richardt
2020-11-15 11:07:20 +01:00
committed by GitHub
parent 0eed45ae67
commit 540870f9fe
4 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -828,7 +828,7 @@ const QList<QUuid> Split::getFilters() const
void Split::showSearch()
{
SearchPopup *popup = new SearchPopup();
SearchPopup *popup = new SearchPopup(this);
popup->setChannelFilters(this->view_->getFilterSet());
popup->setAttribute(Qt::WA_DeleteOnClose);