mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Style.
This commit is contained in:
parent
7ef8df460a
commit
8b2aab9b3d
@ -1243,7 +1243,7 @@ void BufferView::dispatch(FuncRequest const & cmd, DispatchResult & dr)
|
|||||||
switch (act) {
|
switch (act) {
|
||||||
|
|
||||||
case LFUN_BUFFER_PARAMS_APPLY: {
|
case LFUN_BUFFER_PARAMS_APPLY: {
|
||||||
DocumentClassConstPtr oldClass = buffer_.params().documentClassPtr();
|
DocumentClassConstPtr olddc = buffer_.params().documentClassPtr();
|
||||||
cur.recordUndoFullDocument();
|
cur.recordUndoFullDocument();
|
||||||
istringstream ss(to_utf8(cmd.argument()));
|
istringstream ss(to_utf8(cmd.argument()));
|
||||||
Lexer lex;
|
Lexer lex;
|
||||||
@ -1254,7 +1254,7 @@ void BufferView::dispatch(FuncRequest const & cmd, DispatchResult & dr)
|
|||||||
<< unknown_tokens << " unknown token"
|
<< unknown_tokens << " unknown token"
|
||||||
<< (unknown_tokens == 1 ? "" : "s"));
|
<< (unknown_tokens == 1 ? "" : "s"));
|
||||||
}
|
}
|
||||||
updateDocumentClass(oldClass);
|
updateDocumentClass(olddc);
|
||||||
|
|
||||||
// We are most certainly here because of a change in the document
|
// We are most certainly here because of a change in the document
|
||||||
// It is then better to make sure that all dialogs are in sync with
|
// It is then better to make sure that all dialogs are in sync with
|
||||||
|
Loading…
Reference in New Issue
Block a user