gui-qgsmaplayer.cpp-mloskot-20060314.patch

Patch that fixes bug in this Ticket - Mateusz Loskot -, 2006-03-24 02:12 PM

Download (419 Bytes)

View differences:

gui/qgsmaplayer.cpp (working copy)
157 157
bool QgsMapLayer::draw(QPainter *, QgsRect *, QgsMapToPixel *)
158 158
{
159 159
    //  std::cout << "In QgsMapLayer::draw" << std::endl;
160
    return false;
160 161
}
161 162

  
162 163
void QgsMapLayer::drawLabels(QPainter *, QgsRect *, QgsMapToPixel *)