We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d246964 commit 928c37bCopy full SHA for 928c37b
src/effects/Crop.cpp
@@ -34,7 +34,7 @@
34
using namespace openshot;
35
36
/// 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) {
+Crop::Crop() : left(0.0), top(0.0), right(0.0), bottom(0.0) {
38
// Init effect properties
39
init_effect_details();
40
}
0 commit comments