TocWidget: fix part of #9825

(cherry picked from commit 78a5c87781)
This commit is contained in:
Guillaume Munch 2016-05-30 22:11:27 +01:00
parent ba1cf3e5ce
commit 4668e6eceb

View File

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