nodeview: updated with new node color UI system

This commit is contained in:
itsmattkc
2021-01-19 09:08:46 +11:00
parent 8e7035bd40
commit fa1fbd3a34
7 changed files with 39 additions and 15 deletions
+6 -1
View File
@@ -174,7 +174,10 @@ public:
*/
void SetOverrideColor(int index)
{
override_color_ = index;
if (override_color_ != index) {
override_color_ = index;
emit ColorChanged();
}
}
/**
@@ -473,6 +476,8 @@ signals:
*/
void LabelChanged(const QString& s);
void ColorChanged();
public slots:
void InputChanged(const olive::TimeRange &range, int element);