From 2458ba4a294a50bf372c5d294484eba9c90a6801 Mon Sep 17 00:00:00 2001 From: Daniel Gao Date: Mon, 18 Nov 2024 10:33:32 -0500 Subject: [PATCH] Fix missing FramingParams equality check in ProcParams --- rtengine/procparams.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/rtengine/procparams.cc b/rtengine/procparams.cc index 4dad02ed8..88a94a830 100644 --- a/rtengine/procparams.cc +++ b/rtengine/procparams.cc @@ -11685,6 +11685,7 @@ bool ProcParams::operator ==(const ProcParams& other) const && chmixer == other.chmixer && blackwhite == other.blackwhite && resize == other.resize + && framing == other.framing && spot == other.spot && raw == other.raw && icm == other.icm