Ensure there is valid context for DrawRectangle
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73812 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
e3b507e93e
commit
07aaf32633
@ -2708,6 +2708,9 @@ void * wxMacCoreGraphicsContext::GetNativeContext()
|
||||
|
||||
void wxMacCoreGraphicsContext::DrawRectangle( wxDouble x, wxDouble y, wxDouble w, wxDouble h )
|
||||
{
|
||||
if (!EnsureIsValid())
|
||||
return;
|
||||
|
||||
if (m_composition == wxCOMPOSITION_DEST)
|
||||
return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user