show all children on show()
This commit is contained in:
parent
70eb03ad50
commit
e7bb906637
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ OtkAppWidget::~OtkAppWidget()
|
|||
|
||||
void OtkAppWidget::show(void)
|
||||
{
|
||||
OtkWidget::show();
|
||||
OtkWidget::show(true);
|
||||
|
||||
_application->_appwidget_count++;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue