fix showing of label for list-box objects in Mac OS X
svn: r11391
This commit is contained in:
parent
dfac6998fa
commit
70a71422ba
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user