qgssymbol.diff

bugfix for compilation error - Markus Neteler, 2009-06-08 04:03 PM

Download (687 Bytes)

View differences:

python/core/qgssymbol.sip (working copy)
72 72
    /** Get QImage representation of point symbol with current settings
73 73
     * and scaled (can be slow when scale != 1.0)
74 74
     */
75
    virtual QImage getPointSymbolAsImage( double widthScale = 1.,
75
    virtual QImage getPointSymbolAsImage( double widthScale = 1.0,
76 76
                                          bool selected = false,
77 77
                                          QColor selectionColor = Qt::yellow,
78 78
                                          double scale = 1.0,