X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/76da19045448cb27cd66dbba410216b516661efb..6f32f3cea28e7f0dfe1618bced4d9648af26d6d7:/src/msw/graphics.cpp diff --git a/src/msw/graphics.cpp b/src/msw/graphics.cpp index 288997c7c1..d0c3c643ba 100644 --- a/src/msw/graphics.cpp +++ b/src/msw/graphics.cpp @@ -1044,7 +1044,7 @@ void wxGDIPlusMatrixData::Scale( wxDouble xScale , wxDouble yScale ) // add the rotation to this matrix (radians) void wxGDIPlusMatrixData::Rotate( wxDouble angle ) { - m_matrix->Rotate( angle ); + m_matrix->Rotate( RadToDeg(angle) ); } //