Move scale option from perspective correction to lens/geometry

This commit is contained in:
Alexander Brock
2024-07-20 14:56:21 +02:00
parent 6d96bfe5cc
commit fc78a64066
13 changed files with 75 additions and 68 deletions

View File

@@ -397,6 +397,7 @@ struct CoarseTransformParamsEdited {
struct CommonTransformParamsEdited {
bool method;
bool scale;
bool autofill;
};
@@ -1205,7 +1206,6 @@ struct PerspectiveParamsEdited {
bool camera_crop_factor;
bool camera_focal_length;
bool camera_pitch;
bool camera_scale;
bool camera_roll;
bool camera_shift_horiz;
bool camera_shift_vert;