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:
Abdelrazak Younes 2008-05-17 17:08:09 +00:00
parent 0d61832d22
commit ef3b045378

View File

@ -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!
}