mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user