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 Richard Heck
parent 73405549cb
commit abc4c663ca

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_REFERENCE: {