Skip to content

Commit

Permalink
fix: set focus to main view after loading file (#666)
Browse files Browse the repository at this point in the history
  • Loading branch information
variar committed Nov 23, 2024
1 parent 723195b commit 242c958
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/src/crawlerwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -728,6 +728,7 @@ void CrawlerWidget::loadingFinishedHandler( LoadingStatus status )
for ( const auto& m : savedMarkedLines_ ) {
logFilteredData_->addMark( m );
}
logMainView_->setFocus();
}

loadingInProgress_ = false;
Expand Down

0 comments on commit 242c958

Please sign in to comment.