Fixing notebook drawing

Workaround for drawing problems under 10.14 as we do not draw the notebook ourselves, this should be ok on all system versions, for details see #18146
This commit is contained in:
Stefan Csomor
2018-06-27 18:33:23 +02:00
parent cc931612ee
commit 616f0ca7f9
3 changed files with 12 additions and 4 deletions

View File

@@ -87,7 +87,7 @@
if (!initialized)
{
initialized = YES;
wxOSXCocoaClassAddWXMethods( self );
wxOSXCocoaClassAddWXMethods( self, wxOSXSKIP_DRAW );
}
}