CopyRgn( (RgnHandle) m_macBoundaryClipRgn , (RgnHandle) m_macCurrentClipRgn ) ;
m_macPort = UMAGetWindowPort( windowref ) ;
m_ok = TRUE ;
+ MacSetupGraphicContext() ;
SetBackground(MacGetBackgroundBrush(window));
}
m_macPort = UMAGetWindowPort( windowref ) ;
m_ok = TRUE ;
+ MacSetupGraphicContext() ;
SetBackground(MacGetBackgroundBrush(window));
SetFont( window->GetFont() ) ;
}
m_macPort = UMAGetWindowPort( windowref ) ;
m_ok = TRUE ;
+ MacSetupGraphicContext() ;
SetBackground(MacGetBackgroundBrush(window));
SetFont( window->GetFont() ) ;
}