mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 05:25:26 +00:00
previous commit: forgot that
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25176 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
374ec4be57
commit
39a78a09d2
@ -260,7 +260,7 @@ void GuiPainter::image(int x, int y, int w, int h, graphics::Image const & i)
|
|||||||
if (!isDrawingEnabled())
|
if (!isDrawingEnabled())
|
||||||
return;
|
return;
|
||||||
|
|
||||||
drawImage(x, y, qlimage.qimage(), 0, 0, w, h);
|
drawPixmap(x, y, qlimage.pixmap(), 0, 0, w, h);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user