Skip to content
Snippets Groups Projects
Commit 9b8be0d2 authored by Lars Bilke's avatar Lars Bilke
Browse files

Use setRotation instead of rotate.

parent add9f350
No related branches found
No related tags found
No related merge requests found
......@@ -288,7 +288,7 @@ void DiagramScene::initialize()
setYAxis(addArrow(_bounds.height(), -90, pen));
_xLabel = addNonScalableText(" ");
_yLabel = addNonScalableText(" ");
_yLabel->rotate(-90);
_yLabel->setRotation(-90);
_xUnit = addNonScalableText(" ");
_yUnit = addNonScalableText(" ");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment