* text2.C (init): do not reset curent font (bug 2664)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14698 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2006-08-16 10:09:23 +00:00
parent e0cf54f37c
commit 2669c51d1a

View File

@ -90,7 +90,6 @@ void LyXText::init(BufferView * bv)
for (pit_type pit = 0; pit != end; ++pit)
pars_[pit].rows().clear();
current_font = getFont(pars_[0], 0);
updateLabels(*bv->buffer());
}