1. uninitialized variable in wxPanel fixed and unused one removed from wxWindow
2. wxTreeCtrl sends more notification messages git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2826 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		| @@ -385,8 +385,6 @@ protected: | ||||
|  | ||||
|     WXHMENU               m_hMenu; // Menu, if any | ||||
|  | ||||
|     wxButton             *m_btnDefault; | ||||
|  | ||||
|     // implement the base class pure virtuals | ||||
|     virtual void DoClientToScreen( int *x, int *y ) const; | ||||
|     virtual void DoScreenToClient( int *x, int *y ) const; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user