>>> if (sel.empty()) {
>>> - const int old_pos = cur.pos();
>>> cur.insert(new InsetMathHull(hullSimple));
>>> BOOST_ASSERT(old_pos == cur.pos());
>>> cur.nextInset()->edit(cur, true);
>> old_pos is not unuse
Georg Baum wrote:
Now getStatus will not be called if assertions are disabled. That is wrong,
we want getStatus to update fs even if assertions are disabled. We assert
that getStatus actually made a decision, but that is not the only thing
getStatus does.
Oh shit... I've thought that getSta
Am Donnerstag, 4. Januar 2007 14:29 schrieb [EMAIL PROTECTED]:
> Modified: lyx-devel/trunk/src/lyxfunc.C
> URL: http://www.lyx.org/trac/file/lyx-devel/trunk/src/lyxfunc.C?rev=16500
>
==
> --- lyx-devel/trunk/src/lyxfunc.C