keeping the OSX specific use of origin for non-native borders
fixes #19108
This commit is contained in:
parent
362012ab9c
commit
d1c0d3b18c
4 changed files with 21 additions and 5 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue