mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
RTL fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1621 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
ea6cb26a85
commit
77abc2794d
@ -1,3 +1,7 @@
|
||||
2001-02-26 Dekel Tsur <dekelts@tau.ac.il>
|
||||
|
||||
* text2.C (SetCurrentFont): Disable number property at boundary.
|
||||
|
||||
2001-02-26 Juergen Vigna <jug@sad.it>
|
||||
|
||||
* lyxfunc.C (getStatus): added a string argument override function so
|
||||
|
@ -2913,7 +2913,9 @@ void LyXText::SetCurrentFont(BufferView * bview) const
|
||||
Language const * lang =
|
||||
cursor.par()->getParLanguage(bview->buffer()->params);
|
||||
current_font.setLanguage(lang);
|
||||
current_font.setNumber(LyXFont::OFF);
|
||||
real_current_font.setLanguage(lang);
|
||||
real_current_font.setNumber(LyXFont::OFF);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user