HDR Tone compression : Threshold and Amount swapped in GUI (#4168)

This commit is contained in:
Hombre
2017-11-05 00:00:27 +01:00
parent 0a9f382967
commit 34ed12c318

View File

@@ -38,8 +38,8 @@ FattalToneMapping::FattalToneMapping(): FoldableToolPanel(this, "fattal", M("TP_
threshold->show(); threshold->show();
amount->show(); amount->show();
pack_start(*threshold);
pack_start(*amount); pack_start(*amount);
pack_start(*threshold);
} }
void FattalToneMapping::read(const ProcParams *pp, const ParamsEdited *pedited) void FattalToneMapping::read(const ProcParams *pp, const ParamsEdited *pedited)