1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-02-03 02:14:16 +00:00

- Give focus to current search tab

This commit is contained in:
Christophe Dumez 2008-06-25 20:48:58 +00:00
parent 3758c98d5e
commit 6098bfebf8

View File

@ -136,6 +136,7 @@ void SearchEngine::on_search_button_clicked(){
currentSearchTab=new SearchTab(this);
tabWidget->addTab(currentSearchTab, pattern);
all_tab.append(currentSearchTab);
tabWidget->setCurrentWidget(currentSearchTab);
closeTab_button->setEnabled(true);
// if the pattern is not in the pattern
if(searchHistory.indexOf(pattern) == -1){