]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.cpp
Update it.po
[lyx.git] / src / BufferView.cpp
index 02d8fcdc98339f68903a4c0c9fe1451506f3b759..314631cadd0ec344868a6bee54ab2156f19879e8 100644 (file)
@@ -2224,7 +2224,7 @@ void BufferView::draw(frontend::Painter & pain)
 
                // Clear background.
                pain.fillRectangle(0, 0, width_, height_,
-                       buffer_.inset().backgroundColor());
+                       pi.backgroundColor(&buffer_.inset()));
 
                // Draw everything.
                tm.draw(pi, 0, y);