We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45d7287 commit bb504c4Copy full SHA for bb504c4
src/core/qgis.h
@@ -138,9 +138,9 @@ class CORE_EXPORT QGis
138
//
139
140
/** Magic number that determines the minimum allowable point size for point symbols */
141
- const float MINIMUM_POINT_SIZE=0.1;
+ const double MINIMUM_POINT_SIZE=0.1;
142
143
- const float DEFAULT_POINT_SIZE=2.0;
+ const double DEFAULT_POINT_SIZE=2.0;
144
145
// FIXME: also in qgisinterface.h
146
#ifndef QGISEXTERN
0 commit comments