mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-28 06:49:43 +00:00
Focus on buffer after section select in Outliner
This commit is contained in:
parent
73405549cb
commit
abc4c663ca
@ -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_REFERENCE: {
|
case LFUN_LABEL_COPY_AS_REFERENCE: {
|
||||||
|
Loading…
Reference in New Issue
Block a user