fixed horz scrollbar (dis)appearance
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/wxUNIVERSAL@8496 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -635,7 +635,7 @@ wxCoord wxListBox::GetLineHeight() const
|
|||||||
|
|
||||||
wxCoord wxListBox::GetMaxWidth() const
|
wxCoord wxListBox::GetMaxWidth() const
|
||||||
{
|
{
|
||||||
if ( m_maxWidth == -1 )
|
if ( m_maxWidth == 0 )
|
||||||
{
|
{
|
||||||
wxCoord width;
|
wxCoord width;
|
||||||
size_t count = m_strings.GetCount();
|
size_t count = m_strings.GetCount();
|
||||||
|
Reference in New Issue
Block a user