show all children on show()

This commit is contained in:
Dana Jansens 2002-12-18 08:39:16 +00:00
parent 70eb03ad50
commit e7bb906637

View file

@ -36,7 +36,7 @@ OtkAppWidget::~OtkAppWidget()
void OtkAppWidget::show(void)
{
OtkWidget::show();
OtkWidget::show(true);
_application->_appwidget_count++;
}