Fix WB method reset when not using English
Use the GUI label for "Camera" instead of hard-coding it.
This commit is contained in:
parent
339fdd9f04
commit
7c619f87bc
@ -1079,7 +1079,7 @@ void WhiteBalance::setWB (int vtemp, double vgreen)
|
|||||||
|
|
||||||
void WhiteBalance::resetWB ()
|
void WhiteBalance::resetWB ()
|
||||||
{
|
{
|
||||||
setActiveMethod("Camera");
|
setActiveMethod(M("TP_WBALANCE_CAMERA"));
|
||||||
}
|
}
|
||||||
|
|
||||||
void WhiteBalance::setAdjusterBehavior (bool tempadd, bool greenadd, bool equaladd, bool tempbiasadd)
|
void WhiteBalance::setAdjusterBehavior (bool tempadd, bool greenadd, bool equaladd, bool tempbiasadd)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user