mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-12 03:23:12 +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);
|
cur.dispatch(tmpcmd);
|
||||||
// necessary to get the selection drawn.
|
// necessary to get the selection drawn.
|
||||||
cur.buffer()->changed(true);
|
cur.buffer()->changed(true);
|
||||||
|
gui_view_.setFocus();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case LFUN_LABEL_COPY_AS_REF: {
|
case LFUN_LABEL_COPY_AS_REF: {
|
||||||
|
@ -118,6 +118,8 @@ What's new
|
|||||||
|
|
||||||
- Made change-next work properly in tables (bug 6055).
|
- Made change-next work properly in tables (bug 6055).
|
||||||
|
|
||||||
|
- Fix "Select Section" function in the Outliner (bug 8936).
|
||||||
|
|
||||||
|
|
||||||
* DOCUMENTATION AND LOCALIZATION
|
* DOCUMENTATION AND LOCALIZATION
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user