>>>>> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes:
Georg> I have found a nice endless loop in LyXText::setCounter(). I Georg> will apply the attached fix unless somebody who is familiar Georg> with this code comes with a better solution (maybe even one Georg> that fixes the real problem ;-) ) It seems that the fix is right (it was my fault, it seems). The real fix to the problem is not really complicated, I guess it would be enough to pass a LCursor to setCounters instead of a par_type. However I seem to remember that we discussed with Andre' the fact that this setCounter business should be refactored according to the new metrics+draw scheme. JMarc