]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/graphics.cpp
Make status bar grip move to the left in RTL.
[wxWidgets.git] / src / msw / graphics.cpp
index 04d75772e6ceada1e0a8cecefa553b33b271e563..69f3a08e672fb95bf5d74dd41854beb538b13a76 100644 (file)
@@ -417,7 +417,7 @@ wxGraphicsPath* wxGDIPlusContext::CreatePath()
 
 void wxGDIPlusContext::Rotate( wxDouble angle ) 
 {
-    m_context->RotateTransform( angle );
+    m_context->RotateTransform( RadToDeg(angle) );
 }
 
 void wxGDIPlusContext::Translate( wxDouble dx , wxDouble dy )