mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-26 22:17:41 +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);
|
||||
// necessary to get the selection drawn.
|
||||
cur.buffer()->changed(true);
|
||||
gui_view_.setFocus();
|
||||
break;
|
||||
|
||||
case LFUN_LABEL_COPY_AS_REFERENCE: {
|
||||
|
Loading…
Reference in New Issue
Block a user