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/qgis@13890 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Jul 5, 2010
1 parent 0055927 commit dd6b455
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 dd6b455

Please sign in to comment.