mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 01:08:45 +00:00
Fix size-change command
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/lyx-1_1_5@1241 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
1e66ee3ca6
commit
336ba00f77
@ -1,3 +1,8 @@
|
||||
2000-11-27 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
||||
|
||||
* src/bufferview_funcs.C (FontSize): fix the font-size changing
|
||||
command.
|
||||
|
||||
2000-11-17 Matej Cepl <cepl@bigfoot.com>
|
||||
|
||||
* lib/kbd/czech.kmap: add apostroph mark to the Czech keyboard.
|
||||
|
@ -228,7 +228,7 @@ void Underline(BufferView * bv)
|
||||
void FontSize(BufferView * bv, string const & size)
|
||||
{
|
||||
LyXFont font(LyXFont::ALL_IGNORE);
|
||||
font.setGUISize(size);
|
||||
font.setLyXSize(size);
|
||||
ToggleAndShow(bv, font);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user