Call base class Show from wxRadioBox::Show
This commit is contained in:
@@ -245,6 +245,9 @@ bool wxRadioBox::Show(unsigned int n, bool show)
|
||||
|
||||
bool wxRadioBox::Show( bool show )
|
||||
{
|
||||
if ( !wxControl::Show(show) )
|
||||
return false;
|
||||
|
||||
if (!m_qtGroupBox)
|
||||
return false;
|
||||
|
||||
|
Reference in New Issue
Block a user