Skip to content

Commit 928c37b

Browse files
committed
set default crop border to 0
1 parent d246964 commit 928c37b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/effects/Crop.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
using namespace openshot;
3535

3636
/// Blank constructor, useful when using Json to load the effect properties
37-
Crop::Crop() : left(0.1), top(0.1), right(0.1), bottom(0.1) {
37+
Crop::Crop() : left(0.0), top(0.0), right(0.0), bottom(0.0) {
3838
// Init effect properties
3939
init_effect_details();
4040
}

0 commit comments

Comments
 (0)