mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
Line length
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27950 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
739ad5d718
commit
3135ff4959
@ -889,7 +889,8 @@ void Text::dispatch(Cursor & cur, FuncRequest & cmd)
|
||||
|
||||
// trigger InstantPreview now
|
||||
if (inset->lyxCode() == EXTERNAL_CODE) {
|
||||
InsetExternal & ins = static_cast<InsetExternal &>(*inset);
|
||||
InsetExternal & ins =
|
||||
static_cast<InsetExternal &>(*inset);
|
||||
ins.updatePreview();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user