On Mon, Mar 8, 2010 at 9:06 PM, rgheck <rgh...@bobjweil.com> wrote: > > Is this one known?
This looks a bit like http://www.lyx.org/trac/ticket/6516#comment:8 I cannot reproduce, but does the following change proposed by Kuemmel help? http://www.lyx.org/trac/ticket/6516#comment:12 Index: src/frontends/qt4/GuiView.cpp =================================================================== --- src/frontends/qt4/GuiView.cpp (Revision 33666) +++ src/frontends/qt4/GuiView.cpp (Arbeitskopie) @@ -2752,7 +2752,7 @@ buffer->params().maintain_unincluded_children && !buffer->params().getIncludedChildren().empty(); bool const success = buffer->preview(format, update_unincluded); - delete buffer; + //delete buffer; -- John C. McCabe-Dansted