Bennett Helm wrote:
In recent 1.5svn: start LyX, open a file, close it. LyX crashes. Here's the backtrace:QPixmap::operator=: Cannot assign to pixmap during painting QCoreGraphicsPaintEngine::begin: Painter already active QPainter::begin(): Returned false
Looking at the backtrace, it seems that a resize event is triggered just after the doGreyOut() method is initiated and before it is finished, hence the crash. Now the question is why a resize is triggered?
Abdel.