We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
2 parents 7c0746b + b4aaa19 commit a976ecbCopy full SHA for a976ecb
src/gui/symbology-ng/qgsgraduatedsymbolrendererv2widget.cpp
@@ -441,7 +441,7 @@ void QgsGraduatedSymbolRendererV2Widget::populateColumns()
441
const QgsFields& flds = mLayer->pendingFields();
442
for ( int idx = 0; idx < flds.count(); ++idx )
443
{
444
- if ( flds[idx].type() == QVariant::Double || flds[idx].type() == QVariant::Int )
+ if ( flds[idx].type() == QVariant::Double || flds[idx].type() == QVariant::Int || flds[idx].type() == QVariant::LongLong)
445
cboGraduatedColumn->addItem( flds[idx].name() );
446
}
447
0 commit comments