keeping the OSX specific use of origin for non-native borders

fixes #19108
This commit is contained in:
Stefan Csomor
2021-03-20 22:09:31 +01:00
parent 362012ab9c
commit d1c0d3b18c
4 changed files with 21 additions and 5 deletions

View File

@@ -32,9 +32,12 @@ public:
virtual wxBitmap DoGetAsBitmap(const wxRect *subrect) const wxOVERRIDE;
protected:
virtual wxPoint OSXGetOrigin() const wxOVERRIDE;
bool m_release;
int m_width;
int m_height;
wxPoint m_origin;
wxDECLARE_CLASS(wxWindowDCImpl);
wxDECLARE_NO_COPY_CLASS(wxWindowDCImpl);