Skip to content

Commit fa67cf1

Browse files
author
jef
committed
fix classification support in attribute edit widgets
git-svn-id: http://svn.osgeo.org/qgis/trunk@12152 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 6e3d7d6 commit fa67cf1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/qgsattributeeditor.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -503,6 +503,7 @@ bool QgsAttributeEditor::setValue( QWidget *editor, QgsVectorLayer *vl, int idx,
503503

504504
switch ( editType )
505505
{
506+
case QgsVectorLayer::Classification:
506507
case QgsVectorLayer::UniqueValues:
507508
case QgsVectorLayer::Enumeration:
508509
case QgsVectorLayer::ValueMap:

0 commit comments

Comments
 (0)