Change sizeband to 6 in ToneEqualizerParamsEdited issue 7085

This commit is contained in:
U-PCSPECIALIST01\jdesm 2024-05-28 08:06:37 +02:00
parent 5999d494d5
commit 4a5194e2d7

View File

@ -371,7 +371,7 @@ struct SHParamsEdited {
struct ToneEqualizerParamsEdited {
bool enabled;
std::array<bool, 5> bands;
std::array<bool, 6> bands;
bool regularization;
bool show_colormap;
bool pivot;