]> git.lyx.org Git - features.git/commit
Fix the threaded preview and reenable it.
authorVincent van Ravesteijn <vfr@lyx.org>
Sat, 19 Dec 2009 15:46:45 +0000 (15:46 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Sat, 19 Dec 2009 15:46:45 +0000 (15:46 +0000)
commit45b0c6be478c155124101ba786a00c2905aa3df7
tree2951cd79326c8981b6ad77721435c0a70fef153f
parent229a910e29a2576996f08b8f518e2bd686aa2ec4
Fix the threaded preview and reenable it.

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.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32589 a592a061-630c-0410-9148-cb99ea01b6c8
src/Buffer.cpp
src/frontends/qt4/GuiView.cpp