Index: gui/qgsmaplayer.cpp =================================================================== --- gui/qgsmaplayer.cpp (revision 5017) +++ gui/qgsmaplayer.cpp (working copy) @@ -157,6 +157,7 @@ bool QgsMapLayer::draw(QPainter *, QgsRect *, QgsMapToPixel *) { // std::cout << "In QgsMapLayer::draw" << std::endl; + return false; } void QgsMapLayer::drawLabels(QPainter *, QgsRect *, QgsMapToPixel *)