formatting
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74283 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
538a2cfaf2
commit
d2bb4c8653
@ -396,7 +396,7 @@ void wxGCDCImpl::ComputeScaleAndOrigin()
|
||||
|
||||
// the logical origin sets the origin to have new coordinates
|
||||
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 );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user