mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-24 13:48:59 +00:00
Focus on buffer after section select in Outliner
This commit is contained in:
parent
a62cfc6024
commit
c56fc4c5f4
@ -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: {
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user