[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes:
| Andre Poenitz <[EMAIL PROTECTED]> writes:
|
| | MathedRowStruct::width expands as needed. Remove explicit sizes.
|
| Seems that we need to stop a bit, I got segfaults when moving around
| (cursor) inside some math.
I get this trace:
#0 _ZNK10MathedIter6IsFontEv (this=0x0) at ../../../src/mathed/math_iter.C:427
#1 0x8173a60 in _ZNK10MathedIter7GetCharEv (this=0x0)
at ../../../src/mathed/math_iter.C:92
#2 0x816fa4f in _ZN12MathedCursor4DownEb (this=0x85e5270, sel=false)
at ../../../src/mathed/math_cursor.C:642
#3 0x816a0a6 in _ZN12InsetFormula13LocalDispatchEP10BufferView9kb_actionRKSs (
this=0x84c61e8, bv=0x83e3630, action=LFUN_DOWN, arg=@0xb
So in MathedCursor::Down l. 642 cx == 0. mathstk.Item(1) has returnd a
0.
Lgb