[#1472076] Fixes after stock gdi changes within core library.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38789 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		| @@ -63,12 +63,12 @@ class WXDLLIMPEXP_OGL wxControlPoint: public wxRectangleShape | ||||
|   inline void SetEraseObject(bool er) { m_eraseObject = er; } | ||||
|  | ||||
| public: | ||||
|   int           m_type; | ||||
|   double         m_xoffset; | ||||
|   double         m_yoffset; | ||||
|   wxShape*      m_shape; | ||||
|   wxCursor*     m_oldCursor; | ||||
|   bool          m_eraseObject; // If true, erases object before dragging handle. | ||||
|   int             m_type; | ||||
|   double          m_xoffset; | ||||
|   double          m_yoffset; | ||||
|   wxShape*        m_shape; | ||||
|   const wxCursor* m_oldCursor; | ||||
|   bool            m_eraseObject; // If true, erases object before dragging handle. | ||||
|  | ||||
| /* | ||||
|  * Store original top-left, bottom-right coordinates | ||||
|   | ||||
		Reference in New Issue
	
	Block a user