Skip to content

Commit

Permalink
fix #1703
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@11243 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Aug 2, 2009
1 parent ea77790 commit 892ec98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/qgsuniquevaluedialog.cpp
Expand Up @@ -285,6 +285,7 @@ void QgsUniqueValueDialog::changeClassificationAttribute()
.arg( mOldClassificationAttribute ).arg( attributeName ),
QMessageBox::Ok | QMessageBox::Cancel ) == QMessageBox::Ok )
{
mClassListWidget->clearSelection();
deleteSelectedClasses();
}
mOldClassificationAttribute = attributeName;
Expand Down

0 comments on commit 892ec98

Please sign in to comment.