Fix: Compositor: Wrong tooltip for Crop Node

This commit is contained in:
Habib Gahbiche
2025-08-12 15:36:20 +01:00
parent 951d2d2b3a
commit d485c2a6d0

View File

@@ -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)