Fixed bug: SetPropertyValueUnspecified(p) and p->SetValue(wxNullVariant) were out of sync

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58026 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jaakko Salli
2009-01-11 16:24:00 +00:00
parent 85fe9f6f89
commit daeb4e4d4c
7 changed files with 15 additions and 66 deletions

View File

@@ -1748,8 +1748,6 @@ protected:
const wxRect* clip_rect,
bool isBuffered ) const;
void DoSetPropertyValueUnspecified( wxPGProperty* p );
/** Draws an expand/collapse (ie. +/-) button.
*/
virtual void DrawExpanderButton( wxDC& dc, const wxRect& rect,