We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 203f0e5 commit 5c7dfaeCopy full SHA for 5c7dfae
src/app/qgsmaptoolidentify.cpp
@@ -14,7 +14,6 @@
14
***************************************************************************/
15
/* $Id$ */
16
17
-//#include "qgsattributedialog.h"
18
#include "qgscursors.h"
19
#include "qgsdistancearea.h"
20
#include "qgsfeature.h"
@@ -491,7 +490,7 @@ void QgsMapToolIdentify::editFeature( QgsFeature &f )
491
490
for ( QgsAttributeMap::const_iterator it = dst.begin(); it != dst.end(); it++ )
492
{
493
if ( !src.contains( it.key() ) || it.value() != src[it.key()] )
494
- layer->changeAttributeValue( f.featureId(), it.key(), it.value().toString() );
+ layer->changeAttributeValue( f.featureId(), it.key(), it.value() );
495
}
496
497
delete ad;
0 commit comments