formatting
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74283 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -396,7 +396,7 @@ void wxGCDCImpl::ComputeScaleAndOrigin()
|
|||||||
|
|
||||||
// the logical origin sets the origin to have new coordinates
|
// the logical origin sets the origin to have new coordinates
|
||||||
m_matrixCurrent.Translate( m_deviceOriginX - m_logicalOriginX * m_signX * m_scaleX,
|
m_matrixCurrent.Translate( m_deviceOriginX - m_logicalOriginX * m_signX * m_scaleX,
|
||||||
m_deviceOriginY-m_logicalOriginY * m_signY * m_scaleY);
|
m_deviceOriginY - m_logicalOriginY * m_signY * m_scaleY);
|
||||||
|
|
||||||
m_matrixCurrent.Scale( m_scaleX * m_signX, m_scaleY * m_signY );
|
m_matrixCurrent.Scale( m_scaleX * m_signX, m_scaleY * m_signY );
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user