From ef3b045378cefe43a4e351ac4db789c50dd85b4b Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Sat, 17 May 2008 17:08:09 +0000 Subject: [PATCH] add a FIXME. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24813 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/TocWidget.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/frontends/qt4/TocWidget.cpp b/src/frontends/qt4/TocWidget.cpp index f24fcbe3de..53b572effb 100644 --- a/src/frontends/qt4/TocWidget.cpp +++ b/src/frontends/qt4/TocWidget.cpp @@ -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! } -- 2.39.2