Skip to content

Commit 8d80538

Browse files
author
jef
committed
fix identify result update after attribute change
git-svn-id: http://svn.osgeo.org/qgis/trunk@14859 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 374aa24 commit 8d80538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/qgsidentifyresults.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -774,7 +774,7 @@ void QgsIdentifyResults::attributeValueChanged( int fid, int idx, const QVariant
774774
if ( item->childCount() > 0 )
775775
continue;
776776

777-
if ( item->data( 0, Qt::UserRole ).toInt() == idx )
777+
if ( item->data( 0, Qt::UserRole + 1 ).toInt() == idx )
778778
{
779779
item->setData( 1, Qt::DisplayRole, val );
780780
return;

0 commit comments

Comments
 (0)