gui: Clear previews always on new search results
If a first search generates previews and the next one does not, old entries would still have been visible. So we just clear them once we get results.
这个提交包含在:
父节点
9a70a821bd
当前提交
eb58b8f770
@ -588,6 +588,8 @@ void MainWindow::lineEditReturnPressed()
|
||||
void MainWindow::handleSearchResults(const QVector<SearchResult> &results)
|
||||
{
|
||||
this->previewableSearchResults.clear();
|
||||
qDeleteAll(ui->scrollAreaWidgetContents->children());
|
||||
|
||||
ui->treeResultsList->clear();
|
||||
ui->comboPreviewFiles->clear();
|
||||
ui->comboPreviewFiles->addItem("All previews");
|
||||
|
正在加载...
在新工单中引用
屏蔽一个用户