More window cleaning
This commit is contained in:
parent
6adc441e6f
commit
53c98a227d
29 changed files with 422 additions and 261 deletions
|
@ -16,11 +16,11 @@ void StackWidget::ShowChild(Widget* target)
|
|||
{
|
||||
if(child.get() == target)
|
||||
{
|
||||
child->SetVisible(true);
|
||||
child->setVisible(true);
|
||||
}
|
||||
else
|
||||
{
|
||||
child->SetVisible(false);
|
||||
child->setVisible(false);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue