Focus on buffer after section select in Outliner

This commit is contained in:
Scott Kostyshak 2014-03-21 19:34:46 -04:00 committed by Juergen Spitzmueller
parent a62cfc6024
commit c56fc4c5f4
2 changed files with 3 additions and 0 deletions

View File

@ -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_REF: {

View File

@ -118,6 +118,8 @@ What's new
- Made change-next work properly in tables (bug 6055).
- Fix "Select Section" function in the Outliner (bug 8936).
* DOCUMENTATION AND LOCALIZATION