Skip to content
Snippets Groups Projects
Unverified Commit 4a7a0edc authored by Pospelov, Gennady's avatar Pospelov, Gennady Committed by GitHub
Browse files

Merge branch 'release-1.11.0' into release-1.11.0

parents 992a4a52 7a3d8990
No related branches found
No related tags found
No related merge requests found
......@@ -41,8 +41,10 @@ void JobView::onFocusRequest(JobItem* jobItem)
if (jobItem->runInBackground())
return;
m_docks->jobSelector()->makeJobItemSelected(jobItem);
setAppropriateActivityForJob(jobItem);
if (jobItem != m_docks->jobSelector()->currentJobItem()) {
m_docks->jobSelector()->makeJobItemSelected(jobItem);
setAppropriateActivityForJob(jobItem);
}
emit focusRequest(MainWindow::JOB);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment