Editor gui v2 (#843)
This commit is contained in:
@@ -22,7 +22,7 @@ void LightWindow::Create(EditorComponent* _editor)
|
||||
|
||||
editor->RecordEntity(archive, entity);
|
||||
|
||||
editor->optionsWnd.RefreshEntityTree();
|
||||
editor->componentsWnd.RefreshEntityTree();
|
||||
});
|
||||
|
||||
float x = 130;
|
||||
@@ -463,7 +463,7 @@ void LightWindow::RefreshCascades()
|
||||
addCascadeButton.SetEnabled(true);
|
||||
|
||||
// refresh theme:
|
||||
editor->optionsWnd.generalWnd.themeCombo.SetSelected(editor->optionsWnd.generalWnd.themeCombo.GetSelected());
|
||||
editor->generalWnd.themeCombo.SetSelected(editor->generalWnd.themeCombo.GetSelected());
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user