gui-qgscontinuouscolorrenderer.cpp-mloskot-20060314.patch

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

Download (446 Bytes)

View differences:

gui/qgscontinuouscolorrenderer.cpp (working copy)
54 54
	mMinimumSymbol = new QgsSymbol(*other.mMinimumSymbol);
55 55
	mMaximumSymbol = new QgsSymbol(*other.mMaximumSymbol);
56 56
    }
57
    return *this;
57 58
}
58 59

  
59 60
QgsContinuousColorRenderer::~QgsContinuousColorRenderer()