1. added wxStatusBarUniv
2. several bug fixes to wxSpinButton/wxSpinCtrl git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11991 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -45,7 +45,6 @@
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
IMPLEMENT_DYNAMIC_CLASS(wxStatusBar95, wxWindow);
|
||||
IMPLEMENT_DYNAMIC_CLASS(wxStatusBar, wxStatusBar95)
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// macros
|
||||
@@ -127,7 +126,6 @@ bool wxStatusBar95::Create(wxWindow *parent,
|
||||
|
||||
wxStatusBar95::~wxStatusBar95()
|
||||
{
|
||||
delete [] m_statusWidths;
|
||||
}
|
||||
|
||||
void wxStatusBar95::CopyFieldsWidth(const int widths[])
|
||||
|
||||
Reference in New Issue
Block a user