removed m_bestSize
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26743 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1120,8 +1120,6 @@ protected:
|
|||||||
#if wxUSE_ACCESSIBILITY
|
#if wxUSE_ACCESSIBILITY
|
||||||
wxAccessible* m_accessible;
|
wxAccessible* m_accessible;
|
||||||
#endif
|
#endif
|
||||||
// Best size for controls which fail to implement DoGetBestSize()
|
|
||||||
wxSize m_bestSize;
|
|
||||||
|
|
||||||
// Virtual size (scrolling)
|
// Virtual size (scrolling)
|
||||||
wxSize m_virtualSize;
|
wxSize m_virtualSize;
|
||||||
|
@@ -84,8 +84,6 @@ bool wxVListBox::Create(wxWindow *parent,
|
|||||||
|
|
||||||
m_colBgSel = wxSystemSettings::GetColour(wxSYS_COLOUR_HIGHLIGHT);
|
m_colBgSel = wxSystemSettings::GetColour(wxSYS_COLOUR_HIGHLIGHT);
|
||||||
|
|
||||||
m_bestSize = GetSize();
|
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user