From: Pavel Sanda Date: Mon, 22 Dec 2008 10:51:09 +0000 (+0000) Subject: Line length X-Git-Tag: 2.0.0~7528 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=3135ff4959365a023ddfe5bfa4f8b8ec6717b6ab;p=features.git Line length git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27950 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/Text3.cpp b/src/Text3.cpp index 699482171a..1cba2af9de 100644 --- a/src/Text3.cpp +++ b/src/Text3.cpp @@ -889,7 +889,8 @@ void Text::dispatch(Cursor & cur, FuncRequest & cmd) // trigger InstantPreview now if (inset->lyxCode() == EXTERNAL_CODE) { - InsetExternal & ins = static_cast(*inset); + InsetExternal & ins = + static_cast(*inset); ins.updatePreview(); } }