project: moved color manager outside of node graph

This commit is contained in:
itsmattkc
2023-02-28 15:20:05 -08:00
parent f12c3b01d5
commit b88b738071
31 changed files with 706 additions and 393 deletions
+3
View File
@@ -977,6 +977,9 @@ public:
void ArrayResizeInternal(const QString& id, int size);
virtual void AddedToGraphEvent(Project *p){}
virtual void RemovedFromGraphEvent(Project *p){}
static const QString kEnabledInput;
protected: