fix showing of label for list-box objects in Mac OS X

svn: r11391
This commit is contained in:
Matthew Flatt 2008-08-22 21:33:19 +00:00
parent dfac6998fa
commit 70a71422ba

View File

@ -751,7 +751,7 @@ void wxListBox::DoShow(Bool on)
ALShow(on, cListReference);
wxWindow::DoShow(on);
if (!on && cListTitle)
if (on && cListTitle)
cListTitle->DoShow(on);
if (on) {