mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
TocWidget: fix part of #9825
This commit is contained in:
parent
6a662cbb27
commit
78a5c87781
@ -246,6 +246,7 @@ void TocWidget::on_tocTV_pressed(QModelIndex const & index)
|
||||
if (button & Qt::LeftButton) {
|
||||
goTo(index);
|
||||
gui_view_.setFocus();
|
||||
gui_view_.activateWindow();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user