curvepanel: reconfigured to be a spawnable child of NodeParamView

This commit is contained in:
itsmattkc
2020-04-27 00:04:07 +10:00
parent 53ae25a7cb
commit 9c4999cfae
16 changed files with 208 additions and 65 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ void TimeBasedPanel::SetTimebase(const rational &timebase)
widget_->SetTimebase(timebase);
}
void TimeBasedPanel::SetTime(const int64_t &timestamp)
void TimeBasedPanel::SetTimestamp(const int64_t &timestamp)
{
widget_->SetTimestamp(timestamp);
}