mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
fix thinko
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17363 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
ba62665f96
commit
e0845a1e53
@ -172,7 +172,7 @@ void QLPainter::image(int x, int y, int w, int h, graphics::Image const & i)
|
||||
|
||||
int QLPainter::text(int x, int y, char_type c, LyXFont const & f)
|
||||
{
|
||||
docstring s(c, 1);
|
||||
docstring s(1, c);
|
||||
return text(x, y, s, f);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user