subtitle: disable flag to not show in param view
This commit is contained in:
@@ -29,6 +29,9 @@ const QString SubtitleBlock::kTextIn = QStringLiteral("text_in");
|
||||
SubtitleBlock::SubtitleBlock()
|
||||
{
|
||||
AddInput(kTextIn, NodeValue::kText, InputFlags(kInputFlagNotConnectable | kInputFlagNotKeyframable));
|
||||
|
||||
// Undo block flag that hides in param view
|
||||
SetFlags(GetFlags() & ~kDontShowInParamView);
|
||||
}
|
||||
|
||||
QString SubtitleBlock::Name() const
|
||||
|
||||
Reference in New Issue
Block a user