nodeview: updated with new node color UI system
This commit is contained in:
+6
-1
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user