redraw problems fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10122 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -105,6 +105,7 @@ void wxDC::MacSetupPort(AGAPortHelper* help) const
|
||||
{
|
||||
// help->Setup( m_macPort ) ;
|
||||
::SetOrigin(-m_macLocalOrigin.h, -m_macLocalOrigin.v);
|
||||
|
||||
if ( m_clipping )
|
||||
{
|
||||
long x1 = XLOG2DEV(m_clipX1);
|
||||
|
||||
Reference in New Issue
Block a user