Fix subprocess stuck trying to write.

Fix UISplitter stack overflow.
ecode: Improved startup time.
Added new color scheme: gruvbox material dark.
Improved header/source switch.
This commit is contained in:
Martín Lucas Golini
2023-03-30 00:18:15 -03:00
parent 221bec456d
commit ff66081f29
10 changed files with 88 additions and 19 deletions

View File

@@ -177,6 +177,8 @@ class EE_API UISceneNode : public SceneNode {
bool mIsLoading;
bool mVerbose;
bool mUpdatingLayouts;
bool mFirstUpdate{ true };
Clock mClock;
UIThemeManager* mUIThemeManager{ nullptr };
UIIconThemeManager* mUIIconThemeManager{ nullptr };
std::vector<Font*> mFontFaces;