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:
Vadim Zeitlin
1999-06-18 18:04:32 +00:00
parent 1e3698e55d
commit d220ae3237
3 changed files with 68 additions and 46 deletions

View File

@@ -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;