Skip to content

Commit c4958cb

Browse files
author
jef
committedNov 14, 2010
german translation update
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@14655 c8812cc2-4d05-0410-92ff-de0c093fc19c

File tree

2 files changed

+2434
-2250
lines changed

2 files changed

+2434
-2250
lines changed
 

‎i18n/qgis_de.ts

Lines changed: 2434 additions & 2245 deletions
Large diffs are not rendered by default.

‎src/gui/qgsrubberband.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,6 @@ void QgsRubberBand::addPoint( const QgsPoint & p, bool do_update /* = true */, i
9191
mPoints.push_back( QList<QgsPoint>() );
9292
}
9393

94-
//we need to set two points at the begin of the rubber band for operations that move the last point
95-
if ( mPoints[geometryIndex].size() == 0 )
96-
{
97-
mPoints[geometryIndex].push_back( p );
98-
}
9994
mPoints[geometryIndex].push_back( p );
10095

10196
if ( do_update )

0 commit comments

Comments
 (0)
Please sign in to comment.