TocWidget: fix part of #9825

This commit is contained in:
Guillaume Munch 2016-05-30 22:11:27 +01:00
parent 6a662cbb27
commit 78a5c87781

View File

@ -246,6 +246,7 @@ void TocWidget::on_tocTV_pressed(QModelIndex const & index)
if (button & Qt::LeftButton) {
goTo(index);
gui_view_.setFocus();
gui_view_.activateWindow();
}
}