Applied patch #841324 from Ian Brown:
"GetPosition() returns wrong result for dialog" modified for better backward binary compatibility. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@24574 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -114,7 +114,11 @@ protected:
|
||||
int sizeFlags = wxSIZE_AUTO);
|
||||
|
||||
virtual void DoSetClientSize(int width, int height);
|
||||
|
||||
public:
|
||||
// hack for binary compatibility
|
||||
void DoGetPosition_(int* x, int* y) const;
|
||||
private:
|
||||
|
||||
private:
|
||||
DECLARE_EVENT_TABLE()
|
||||
};
|
||||
|
Reference in New Issue
Block a user