On 19/12/2009 16:46, v...@lyx.org wrote:
Author: vfr Date: Sat Dec 19 16:46:45 2009 New Revision: 32589 URL: http://www.lyx.org/trac/changeset/32589Log: Fix the threaded preview and reenable it.
Good boy :-)
Buffer::Impl::inset was set in the ctor Buffer::Impl::Impl to be a clone. However, in the Buffer::Buffer ctor the inset was set again, now to a new and empty InsetText.
Stupid me... Thanks Vincent, Abdel.