commit 2a6d135e555e6c19d0e4f1c4b0435162d45981f3
Author: Scott Kostyshak <[email protected]>
Date: Fri Mar 21 19:34:46 2014 -0400
Focus on buffer after section select in Outliner
diff --git a/src/frontends/qt4/TocWidget.cpp b/src/frontends/qt4/TocWidget.cpp
index 2069035..83ac1bf 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 f829ec2..beb8f74 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