gui: mainwindow: Switch to results tab when searching from indexer tab
このコミットが含まれているのは:
コミット
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...");
|
||||
|
読み込み中…
新しいイシューから参照
ユーザーをブロックする