Skip to content

Commit

Permalink
fix r13808
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@13810 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Jun 26, 2010
1 parent 123cb5c commit 658f45a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/qgisapp.cpp
Expand Up @@ -4511,6 +4511,9 @@ void QgisApp::editPaste( QgsMapLayer *destinationLayer )
int j = 0;
foreach( int id, srcMap.keys() )
{
if ( j >= dstAttr.size() )
break;

dstMap[ dstAttr[j++] ] = srcMap[id];
}

Expand Down

0 comments on commit 658f45a

Please sign in to comment.