Fix for Lab adjustments on thumnail (issue 1071) and small fix for history entry for lens geom auto fill
This commit is contained in:
@@ -93,9 +93,9 @@ void LensGeometry::fillPressed () {
|
||||
|
||||
if (listener) {
|
||||
if (fill->get_active ())
|
||||
listener->panelChanged (EvTransAutoFill, M("TP_LENSGEOM_AUTOFILL")+' '+M("GENERAL_ENABLED"));
|
||||
listener->panelChanged (EvTransAutoFill, M("GENERAL_ENABLED"));
|
||||
else
|
||||
listener->panelChanged (EvTransAutoFill, M("TP_LENSGEOM_AUTOFILL")+' '+M("GENERAL_DISABLED"));
|
||||
listener->panelChanged (EvTransAutoFill, M("GENERAL_DISABLED"));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user