Skip to content

Commit

Permalink
fix #2864
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@13890 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Jul 5, 2010
1 parent 6e06848 commit 37a815e
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -391,6 +391,7 @@ void QgsCategorizedSymbolRendererV2Widget::changeCurrentValue( QStandardItem * i
else if ( t == QVariant::Double )
value = newtext.toDouble();
mRenderer->updateCategoryValue( idx, value );
item->setData( value );
}
else if ( item->column() == 2 )
{
Expand Down

0 comments on commit 37a815e

Please sign in to comment.