]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiPainter.cpp
Do not show master's errors if compiling child
[lyx.git] / src / frontends / qt4 / GuiPainter.cpp
index a3cb089e7877f80629dbe0ea2853cb2a18047dd6..e832f23e997d5d9ebd036dbdeeb4f7fc483c2cd1 100644 (file)
@@ -50,7 +50,7 @@ const int Painter::thin_line = 1;
 
 GuiPainter::GuiPainter(QPaintDevice * device, double pixel_ratio)
        : QPainter(device), Painter(pixel_ratio),
-         use_pixmap_cache_(lyxrc.use_pixmap_cache && USE_PIXMAP_CACHE)
+         use_pixmap_cache_(false)
 {
        // new QPainter has default QPen:
        current_color_ = guiApp->colorCache().get(Color_black);