nodeparamview: separated the NodeParamView body into a separate widget for nesting

Will allow display of NodeInputArrays.
This commit is contained in:
itsmattkc
2020-04-18 23:28:11 +10:00
parent 707e9d5522
commit a796cb2c13
10 changed files with 439 additions and 238 deletions
+2
View File
@@ -113,6 +113,8 @@ void TrackOutput::SetTrackHeight(const int &height)
void TrackOutput::Retranslate()
{
Block::Retranslate();
block_input_->set_name(tr("Blocks"));
muted_input_->set_name(tr("Muted"));
}