wxMouseEvent's coordinates are now relative to client area origin in wxGTK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12551 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		| @@ -159,7 +159,7 @@ public: | ||||
|     // the layouting functions have to be called later on | ||||
|     // (i.e. in idle time, implemented in OnInternalIdle() ). | ||||
|     void GtkUpdateSize() { m_sizeSet = FALSE; } | ||||
|  | ||||
|      | ||||
|     // position and size of the window | ||||
|     int                  m_x, m_y; | ||||
|     int                  m_width, m_height; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user