Jean-Marc Lasgouttes schreef:
Start LyX, create a new document, save it and close with Ctrl-W.
Result: LyX just hangs.
gdb tells me it is doing an infinite loop in GuiView::closeEvent. I
suspect
this is related to r30416.
JMarc
The problem seems to be that when we close the window after receiving an
on_lastWorkAreaRemoved() signal, the tabworkarea still exists. In this
case, we can't close all tabworkarea's by closing workarea's, as there
is no workarea anymore.
I hope this is now fixed at r30521. (... and wait for the next special
case).
Vincent