Skip to content
Snippets Groups Projects
Commit f34c15c9 authored by Joachim Pouderoux's avatar Joachim Pouderoux Committed by Code Review
Browse files

Merge topic 'proppicker-orientation-change-bug' into master

e7615367 BUG: Wrong transformation used to restore original parameters
parents 726584b4 e7615367
No related branches found
No related tags found
No related merge requests found
......@@ -579,7 +579,7 @@ void vtkProp3D::PokeMatrix(vtkMatrix4x4 *matrix)
this->SetUserMatrix(this->CachedProp3D->UserMatrix);
}
this->CachedProp3D->SetUserTransform(NULL);
this->Transform->SetMatrix(this->CachedProp3D->GetMatrix());
this->Transform->SetMatrix(this->CachedProp3D->Transform->GetMatrix());
this->Modified();
}
}
......
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