Hello,

i just played around with the command buffer (i wanted to insert an inlined ert). Therefore i tried to execute

inset-insert ert

in the command buffer. When i try to click with the mouse on the resulting ert 
an assert is triggered:
Assertion triggered in __w64 int __thiscall lyx::LyXText::getPitNearY(class lyx::BufferView &,int) by failing check "bv.coordCache().getParPos().find(this) != bv.coordCache().getParPos().end()" in file ..\..\trunk\src\text2.C:746

Bernhard

ps: i have a simple patch that allows to insert an inlined ert with "ert-insert inlined", which is very useful for command sequences especially with short erts (e.g. just containing "}")

Reply via email to