Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
apply #2784
git-svn-id: http://svn.osgeo.org/qgis/trunk@13857 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Jun 30, 2010
1 parent 32aed70 commit 4eae64a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/app/qgsuniquevaluedialog.cpp
Expand Up @@ -428,11 +428,10 @@ void QgsUniqueValueDialog::applySymbologyChanges()
}

QgsSymbol *symbol = mValues[ value ];
symbol->setLabel( sydialog.label() );
symbol->setLowerValue( value );
sydialog.apply( symbol );

item->setToolTip( sydialog.label() );
item->setToolTip( symbol->label() );
item->setData( Qt::UserRole, value );
updateEntryIcon( symbol, item );
}
Expand Down

0 comments on commit 4eae64a

Please sign in to comment.