mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-25 05:55:34 +00:00
BufferView::dispatch(): add a missing break
(cherry picked from commit 3a395ca0f5
)
This commit is contained in:
parent
921445239a
commit
76bff4cc04
@ -1926,6 +1926,7 @@ void BufferView::dispatch(FuncRequest const & cmd, DispatchResult & dr)
|
||||
cur.setCurrentFont();
|
||||
dr.forceBufferUpdate();
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
case LFUN_FILE_INSERT_PLAINTEXT_PARA:
|
||||
|
@ -155,6 +155,8 @@ What's new
|
||||
|
||||
- Improve thesaurus dialog completion (bug 8138)
|
||||
|
||||
- Fix erroneous error message when calling "buffer-language" manually.
|
||||
|
||||
|
||||
* DOCUMENTATION AND LOCALIZATION
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user