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.
1 parent 7c0746b commit b4aaa19Copy full SHA for b4aaa19
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