Fix: Compositor: Wrong tooltip for Crop Node
This commit is contained in:
@@ -49,7 +49,7 @@ static void cmp_node_crop_declare(NodeDeclarationBuilder &b)
|
||||
.default_value(1080)
|
||||
.min(1)
|
||||
|
||||
.description("The width of the crop region");
|
||||
.description("The height of the crop region");
|
||||
b.add_input<decl::Bool>("Alpha Crop")
|
||||
.default_value(false)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user