From 2a6d135e555e6c19d0e4f1c4b0435162d45981f3 Mon Sep 17 00:00:00 2001 From: Scott Kostyshak Date: Fri, 21 Mar 2014 19:34:46 -0400 Subject: [PATCH] Focus on buffer after section select in Outliner --- src/frontends/qt4/TocWidget.cpp | 1 + status.21x | 2 ++ 2 files changed, 3 insertions(+) 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 -- 2.39.5