mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
add a FIXME.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24813 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
0d61832d22
commit
ef3b045378
@ -67,6 +67,8 @@ void TocWidget::on_tocTV_activated(QModelIndex const & index)
|
||||
void TocWidget::on_tocTV_clicked(QModelIndex const & index)
|
||||
{
|
||||
goTo(index);
|
||||
// FIXME: It would be nice to return the focus to the work area in this
|
||||
// case. But we need access to the GuiView!
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user