Bernhard Roider wrote:
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
The same for 1.4.3
Assertion triggered in __w64 int __thiscall LyXText::getPitNearY(int) const by failing check
"theCoords.getParPos().find(this) != theCoords.getParPos().end()" in file D:\LyX\lyx-143\src\text2.C:884
1.4.2 is not affected
(now Bug #3250)
Bernhard
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 "}")