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.1.1~90^2~22 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=2a6d135e555e6c19d0e4f1c4b0435162d45981f3;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: { diff --git a/status.21x b/status.21x index f829ec2ad9..beb8f74aab 100644 --- a/status.21x +++ b/status.21x @@ -57,6 +57,8 @@ What's new - Failed instant preview compilation now returns an error. And a red box is drawn around very small preview imagines, so they can be seen (bug 7522). + +- Fix "Select Section" function in the Outliner (bug 8936). * DOCUMENTATION AND LOCALIZATION