mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-24 02:35:20 +00:00
comment out assertion in order to compile without warning.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16502 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
bce5521446
commit
47fbb72398
@ -144,8 +144,9 @@ namespace {
|
||||
replaceSelection(cur);
|
||||
|
||||
if (sel.empty()) {
|
||||
//const int old_pos = cur.pos();
|
||||
cur.insert(new InsetMathHull(hullSimple));
|
||||
BOOST_ASSERT(old_pos == cur.pos());
|
||||
//BOOST_ASSERT(old_pos == cur.pos());
|
||||
cur.nextInset()->edit(cur, true);
|
||||
// don't do that also for LFUN_MATH_MODE
|
||||
// unless you want end up with always changing
|
||||
|
Loading…
Reference in New Issue
Block a user