Skip to content

Commit

Permalink
GUI ResizeLayout (#495)
Browse files Browse the repository at this point in the history
* gui resizelayout #51

* checkbox icons

* updates

* weather reset

* embedded logo asset
  • Loading branch information
turanszkij authored Jul 31, 2022
1 parent 6376373 commit a0ad653
Show file tree
Hide file tree
Showing 44 changed files with 10,326 additions and 2,017 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
third_party_software.txt
features.txt
credits.txt
Editor/images/
Editor/terrain/
Editor/sound/
Editor/*.ini
Expand Down Expand Up @@ -109,7 +108,6 @@ jobs:
third_party_software.txt
features.txt
credits.txt
Editor/images/
Editor/terrain/
Editor/sound/
Editor/*.ini
Expand Down Expand Up @@ -180,7 +178,6 @@ jobs:
third_party_software.txt
features.txt
credits.txt
Editor/images/
Editor/terrain/
Editor/sound/
Editor/*.ini
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
third_party_software.txt
features.txt
credits.txt
Editor/images/
Editor/terrain/
Editor/sound/
Editor/*.ini
Expand Down Expand Up @@ -109,7 +108,6 @@ jobs:
third_party_software.txt
features.txt
credits.txt
Editor/images/
Editor/terrain/
Editor/sound/
Editor/*.ini
Expand Down Expand Up @@ -180,7 +178,6 @@ jobs:
third_party_software.txt
features.txt
credits.txt
Editor/images/
Editor/terrain/
Editor/sound/
Editor/*.ini
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
third_party_software.txt
features.txt
credits.txt
Editor/images/
Editor/terrain/
Editor/sound/
Editor/*.ini
Expand Down Expand Up @@ -110,7 +109,6 @@ jobs:
third_party_software.txt
features.txt
credits.txt
Editor/images/
Editor/terrain/
Editor/sound/
Editor/*.ini
Expand Down Expand Up @@ -181,7 +179,6 @@ jobs:
third_party_software.txt
features.txt
credits.txt
Editor/images/
Editor/terrain/
Editor/sound/
Editor/*.ini
Expand Down
2 changes: 2 additions & 0 deletions Editor/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ set (SOURCE_FILES
TransformWindow.cpp
Translator.cpp
WeatherWindow.cpp
OptionsWindow.cpp
ComponentsWindow.cpp
TerrainGenerator.cpp
xatlas.cpp
)
Expand Down
2 changes: 1 addition & 1 deletion Editor/CameraWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ void CameraWindow::Create(EditorComponent* _editor)
editor->RecordSelection(archive);
editor->RecordEntity(archive, entity);

editor->RefreshEntityTree();
editor->optionsWnd.RefreshEntityTree();
SetEntity(entity);
});
AddWidget(&proxyButton);
Expand Down
Loading

0 comments on commit a0ad653

Please sign in to comment.