renamed function for clarity
This commit is contained in:
@@ -102,7 +102,7 @@ void CurveView::DisconnectInput(NodeInput *input, int element, int track)
|
||||
connected_inputs_.removeOne(ref);
|
||||
}
|
||||
|
||||
void CurveView::SelectKeyframesOf(NodeInput *input, int element, int track)
|
||||
void CurveView::SelectKeyframesOfInput(NodeInput *input, int element, int track)
|
||||
{
|
||||
DeselectAll();
|
||||
|
||||
|
||||
@@ -42,7 +42,7 @@ public:
|
||||
|
||||
void DisconnectInput(NodeInput* input, int element, int track);
|
||||
|
||||
void SelectKeyframesOf(NodeInput* input, int element, int track);
|
||||
void SelectKeyframesOfInput(NodeInput* input, int element, int track);
|
||||
|
||||
void ZoomToFitInput(NodeInput* input, int element, int track);
|
||||
|
||||
|
||||
@@ -363,7 +363,7 @@ void CurveWidget::InputSelectionChanged(NodeInput *input, int element, int track
|
||||
key_control_->SetInput(input, element);
|
||||
|
||||
if (input) {
|
||||
view_->SelectKeyframesOf(input, element, track);
|
||||
view_->SelectKeyframesOfInput(input, element, track);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user