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:
@@ -87,7 +87,7 @@
|
||||
if (!initialized)
|
||||
{
|
||||
initialized = YES;
|
||||
wxOSXCocoaClassAddWXMethods( self );
|
||||
wxOSXCocoaClassAddWXMethods( self, wxOSXSKIP_DRAW );
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user