]> git.lyx.org Git - features.git/commitdiff
previous commit: forgot that
authorAbdelrazak Younes <younes@lyx.org>
Fri, 6 Jun 2008 22:54:28 +0000 (22:54 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Fri, 6 Jun 2008 22:54:28 +0000 (22:54 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25176 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiPainter.cpp

index ebcbf74c593572b8bd91d226c41b605d455fd24e..ddc13d738147bbe1f92405c42a65db469bef7977 100644 (file)
@@ -260,7 +260,7 @@ void GuiPainter::image(int x, int y, int w, int h, graphics::Image const & i)
        if (!isDrawingEnabled())
                return;
 
-       drawImage(x, y, qlimage.qimage(), 0, 0, w, h);
+       drawPixmap(x, y, qlimage.pixmap(), 0, 0, w, h);
 }