mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 21:40:19 +00:00
* GuiDocument.cpp:
- update colors before changing branches. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30471 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
201a22b96f
commit
cbce556e0b
@ -2036,6 +2036,7 @@ void GuiDocument::applyView()
|
||||
bp_.footskip = widgetsToLength(m->footskipLE, m->footskipUnit);
|
||||
bp_.columnsep = widgetsToLength(m->columnsepLE, m->columnsepUnit);
|
||||
|
||||
// branches
|
||||
branchesModule->apply(bp_);
|
||||
|
||||
// PDF support
|
||||
@ -2642,11 +2643,6 @@ void GuiDocument::dispatchParams()
|
||||
// This must come first so that a language change is correctly noticed
|
||||
setLanguage();
|
||||
|
||||
// rename branches in the document
|
||||
executeBranchRenaming();
|
||||
// and clear changed branches cache
|
||||
changedBranches_.clear();
|
||||
|
||||
// Apply the BufferParams. Note that this will set the base class
|
||||
// and then update the buffer's layout.
|
||||
dispatch_bufferparams(*this, params(), LFUN_BUFFER_PARAMS_APPLY);
|
||||
@ -2690,6 +2686,11 @@ void GuiDocument::dispatchParams()
|
||||
dispatch(FuncRequest(LFUN_ALL_INSETS_TOGGLE,
|
||||
"assign branch"));
|
||||
}
|
||||
// rename branches in the document
|
||||
executeBranchRenaming();
|
||||
// and clear changed branches cache
|
||||
changedBranches_.clear();
|
||||
|
||||
// Generate the colours requested by indices.
|
||||
IndicesList & indiceslist = params().indiceslist();
|
||||
if (!indiceslist.empty()) {
|
||||
|
Loading…
Reference in New Issue
Block a user