mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-27 03:36:39 +00:00
comment out assertion enabled in r30540. It triggered when entering a math inset with the mouse. I have not been able to understand why exactly
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30602 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
a00c355fb1
commit
5d904d95e7
@ -226,7 +226,7 @@ string insetName(InsetCode c)
|
||||
|
||||
void Inset::dispatch(Cursor & cur, FuncRequest & cmd)
|
||||
{
|
||||
LASSERT(cur.buffer() == &buffer(), return);
|
||||
//LASSERT(cur.buffer() == &buffer(), return);
|
||||
cur.updateFlags(Update::Force | Update::FitCursor);
|
||||
cur.dispatched();
|
||||
doDispatch(cur, cmd);
|
||||
|
Loading…
Reference in New Issue
Block a user