Skip to content

Commit

Permalink
[Fix test] Set fixed offset angle for reproducable results
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Apr 15, 2013
1 parent c0da205 commit 2ef7e49
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/src/core/testqgsdiagram.cpp
Expand Up @@ -143,6 +143,7 @@ class TestQgsDiagram: public QObject
ds.scaleByArea = true;
ds.sizeType = QgsDiagramSettings::MM;
ds.size = QSizeF( 15, 15 );
ds.angleOffset = 0;


QgsLinearlyInterpolatedDiagramRenderer *dr = new QgsLinearlyInterpolatedDiagramRenderer();
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2ef7e49

Please sign in to comment.