Skip to content

Commit

Permalink
Be less strict on QgsMapToPixel convenience constructor in debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Jun 15, 2015
1 parent 78fa697 commit 8153baf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/qgsmaptopixel.cpp
Expand Up @@ -52,7 +52,6 @@ QgsMapToPixel::QgsMapToPixel( double mapUnitsPerPixel )
, xMin( 0 )
, yMin( 0 )
{
Q_ASSERT( mapUnitsPerPixel > 0 );
updateMatrix();
}

Expand Down

0 comments on commit 8153baf

Please sign in to comment.