HDR Tone compression : Threshold and Amount swapped in GUI (#4168)
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user