Bennett Helm wrote:
2. Crash: load User's Guide. Page down to the bottom, then page up several times. LyX crashes. Here's the backtrace:
This is because I did not take into account potential changed graphics height in redoParagraph(). You know, when the graphics is changed from "Not open" to a fully loaded state.
The easiest solution I came up with is to let InsetBase::metrics() return a boolean (true if changed). This modification will be needed anyway for further optimisation.
It's compiling right now, I'll commit once I've tested it. Abdel.