From 70a71422bad3d7c1b42a1dea522d94fa93846946 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Fri, 22 Aug 2008 21:33:19 +0000 Subject: [PATCH] fix showing of label for list-box objects in Mac OS X svn: r11391 --- src/wxmac/src/mac/wx_lbox.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wxmac/src/mac/wx_lbox.cc b/src/wxmac/src/mac/wx_lbox.cc index 13ead77859..221c9e9bb7 100644 --- a/src/wxmac/src/mac/wx_lbox.cc +++ b/src/wxmac/src/mac/wx_lbox.cc @@ -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) {