From: Scott Kostyshak Date: Fri, 21 Mar 2014 23:34:46 +0000 (-0400) Subject: Focus on buffer after section select in Outliner X-Git-Tag: 2.2.0alpha1~2058 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=abc4c663cafcbb923345dcaefb7e31dc3d446e29;p=features.git Focus on buffer after section select in Outliner --- diff --git a/src/frontends/qt4/TocWidget.cpp b/src/frontends/qt4/TocWidget.cpp index 2069035abe..83ac1bf12c 100644 --- a/src/frontends/qt4/TocWidget.cpp +++ b/src/frontends/qt4/TocWidget.cpp @@ -196,6 +196,7 @@ void TocWidget::doDispatch(Cursor & cur, FuncRequest const & cmd) cur.dispatch(tmpcmd); // necessary to get the selection drawn. cur.buffer()->changed(true); + gui_view_.setFocus(); break; case LFUN_LABEL_COPY_AS_REFERENCE: {