Fixed crop mode checking

Me make dumb mistake in prev. commit sry.
This commit is contained in:
Battyányi Dániel 2023-09-12 18:19:51 +02:00
parent 1a0b7f4562
commit d0b34a3234
No known key found for this signature in database
GPG Key ID: 7125B147DC00233A

View File

@ -10159,7 +10159,7 @@ canon_a5:
} else if (!strcmp(model, "X-Pro3") || !strcmp(model, "X-T3") || !strcmp(model, "X-T30") || !strcmp(model, "X-T4") || !strcmp(model, "X100V") || !strcmp(model, "X-S10")) {
raw_width = 6384; // RT
raw_height = 4182; // RT
if (read_crop.crop_mode != CropMode::NA) { // RT
if (read_crop.crop_mode == CropMode::NA) { // RT
width = raw_width; // RT
height = raw_height; // RT
} // RT