Skip to content

Commit 70bf84b

Browse files
author
jef
committedAug 2, 2009
fix #1703
git-svn-id: http://svn.osgeo.org/qgis/trunk@11243 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 06ce0aa commit 70bf84b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/app/qgsuniquevaluedialog.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@ void QgsUniqueValueDialog::changeClassificationAttribute()
285285
.arg( mOldClassificationAttribute ).arg( attributeName ),
286286
QMessageBox::Ok | QMessageBox::Cancel ) == QMessageBox::Ok )
287287
{
288+
mClassListWidget->clearSelection();
288289
deleteSelectedClasses();
289290
}
290291
mOldClassificationAttribute = attributeName;

0 commit comments

Comments
 (0)
Please sign in to comment.