git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22023 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2007-12-08 16:22:05 +00:00
parent 4770eb8ae2
commit eb7c892f84

View File

@ -13,6 +13,8 @@
#include "GuiDocument.h"
#include "GuiView.h"
#include "BranchList.h"
#include "buffer_funcs.h"
#include "Buffer.h"
@ -1293,6 +1295,13 @@ void GuiDocument::apply(BufferParams & params)
// Embedded files
// FIXME
// GuiDocument is special because some change in there might affect other
// dialogs. It is then better to make sure that all dialogs are in sync
// with current document settings.
lyxview().updateBufferDependent(true);
lyxview().updateLayoutList();
lyxview().updateToolbars();
}