mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
* 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:
parent
e0cf54f37c
commit
2669c51d1a
@ -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());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user