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:
Abdelrazak Younes 2008-06-06 22:54:28 +00:00
parent 374ec4be57
commit 39a78a09d2

View File

@ -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);
} }