GUI ResizeLayout (#495)
* gui resizelayout #51 * checkbox icons * updates * weather reset * embedded logo asset
This commit is contained in:
@@ -23,7 +23,7 @@ void MaterialWindow::Create(EditorComponent* _editor)
|
||||
|
||||
editor->RecordEntity(archive, entity);
|
||||
|
||||
editor->RefreshEntityTree();
|
||||
editor->optionsWnd.RefreshEntityTree();
|
||||
});
|
||||
|
||||
float hei = 18;
|
||||
@@ -449,7 +449,7 @@ void MaterialWindow::Create(EditorComponent* _editor)
|
||||
{
|
||||
*name = args.sValue;
|
||||
|
||||
editor->RefreshEntityTree();
|
||||
editor->optionsWnd.RefreshEntityTree();
|
||||
}
|
||||
});
|
||||
AddWidget(&materialNameField);
|
||||
|
||||
Reference in New Issue
Block a user