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:
@@ -418,7 +418,13 @@ public:
|
||||
|
||||
@end
|
||||
|
||||
void WXDLLIMPEXP_CORE wxOSXCocoaClassAddWXMethods(Class c);
|
||||
// this enum declares which methods should not be overridden in the native view classes
|
||||
enum wxOSXSkipOverrides {
|
||||
wxOSXSKIP_NONE = 0x0,
|
||||
wxOSXSKIP_DRAW = 0x1
|
||||
};
|
||||
|
||||
void WXDLLIMPEXP_CORE wxOSXCocoaClassAddWXMethods(Class c, wxOSXSkipOverrides skipFlags = wxOSXSKIP_NONE);
|
||||
|
||||
/*
|
||||
We need this for ShowModal, as the sheet just disables the parent window and
|
||||
|
Reference in New Issue
Block a user