cButton Texture Generate
This commit is contained in:
@@ -24,9 +24,6 @@ cLayout::cLayout( cWindow* parent, const signed int id, const GUIHelpers::eOrien
|
||||
if (ori == GUIHelpers::eOrientation::DEFAULT_ORIENTATION)
|
||||
ori = sORIENTATION;
|
||||
cWindow::Create(parent, id, ori, align, layout, pos, size, padding, name);
|
||||
if (this->getParent() != nullptr) {
|
||||
this->getParent()->AddChild(this);
|
||||
}
|
||||
}
|
||||
|
||||
/*virtual*/ void cLayout::Display()
|
||||
|
||||
Reference in New Issue
Block a user