HDR Tone compression : Threshold and Amount swapped in GUI (#4168)
This commit is contained in:
parent
0a9f382967
commit
34ed12c318
@ -38,8 +38,8 @@ FattalToneMapping::FattalToneMapping(): FoldableToolPanel(this, "fattal", M("TP_
|
||||
threshold->show();
|
||||
amount->show();
|
||||
|
||||
pack_start(*threshold);
|
||||
pack_start(*amount);
|
||||
pack_start(*threshold);
|
||||
}
|
||||
|
||||
void FattalToneMapping::read(const ProcParams *pp, const ParamsEdited *pedited)
|
||||
|
Loading…
x
Reference in New Issue
Block a user