blur: implement radial and directional blur methods
This commit is contained in:
@@ -917,6 +917,7 @@ void Node::SetInputFlags(const QString &input, const InputFlags &f)
|
||||
|
||||
if (i) {
|
||||
i->flags = f;
|
||||
emit InputFlagsChanged(input, i->flags);
|
||||
} else {
|
||||
ReportInvalidInput("set flags of", input);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user