Add FIXME

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26294 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Enrico Forestieri 2008-09-03 19:07:54 +00:00
parent ca2bf82ca9
commit 105e0dfe29

View File

@ -450,6 +450,8 @@ static docstring latexString(InsetMathHull const & inset)
// in text mode (such as $\text{$\phi$}$) gets processed twice. The
// first time as a whole, and the second time only the inner math.
// In this last case inset.buffer() would be invalid.
// FIXME: preview snippets should only be processed once, such that
// both static qualifier and isBufferValid() check can be dropped.
static Encoding const * encoding = 0;
if (inset.isBufferValid())
encoding = &(inset.buffer().params().encoding());