move item setting to a node flag
This commit is contained in:
@@ -54,7 +54,7 @@ TextGeneratorV1::TextGeneratorV1()
|
||||
|
||||
AddInput(kFontSizeInput, NodeValue::kFloat, 72.0f);
|
||||
|
||||
SetFlags(kDontShowInCreateMenu);
|
||||
SetFlag(kDontShowInCreateMenu);
|
||||
}
|
||||
|
||||
QString TextGeneratorV1::Name() const
|
||||
|
||||
Reference in New Issue
Block a user