Call base class Show from wxRadioBox::Show

This commit is contained in:
Graham Dawes
2018-12-21 08:18:17 +00:00
parent f0df737326
commit b890f59bc9

View File

@@ -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;