gui: mainwindow: Switch to results tab when searching from indexer tab
This commit is contained in:
orang tua
1ec42e4949
melakukan
4187c3bfca
@ -389,6 +389,10 @@ void MainWindow::lineEditReturnPressed()
|
||||
ui->lblSearchResults->setText("Invalid paranthesis");
|
||||
return;
|
||||
}
|
||||
if(indexerTabActive())
|
||||
{
|
||||
ui->tabWidget->setCurrentIndex(0);
|
||||
}
|
||||
// TODO: validate q;
|
||||
ui->treeResultsList->clear();
|
||||
ui->lblSearchResults->setText("Searching...");
|
||||
|
Memuat…
Reference in New Issue
Block a user