curvepanel: reconfigured to be a spawnable child of NodeParamView
This commit is contained in:
@@ -68,7 +68,7 @@ void TimeBasedPanel::SetTimebase(const rational &timebase)
|
||||
widget_->SetTimebase(timebase);
|
||||
}
|
||||
|
||||
void TimeBasedPanel::SetTime(const int64_t ×tamp)
|
||||
void TimeBasedPanel::SetTimestamp(const int64_t ×tamp)
|
||||
{
|
||||
widget_->SetTimestamp(timestamp);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user