Fixed also issue3026
This commit is contained in:
@@ -1707,7 +1707,7 @@ TP_RETINEX_NEUTRAL_TIP;Reset all sliders and curves to their default values.
|
||||
TP_RETINEX_OFFSET;Brightness
|
||||
TP_RETINEX_SETTINGS;Settings
|
||||
TP_RETINEX_SCALES;Gaussian gradient
|
||||
TP_RETINEX_SCALES_TOOLTIP;If slider at 0, all iterations are identical.\nIf > 0 Scale and Neighboring pixels are reduced when iterations increase, and conversely.
|
||||
TP_RETINEX_SCALES_TOOLTIP;If slider at 0, all iterations are identical.\nIf > 0 Scale and radius are reduced when iterations increase, and conversely.
|
||||
TP_RETINEX_SLOPE;Free gamma slope
|
||||
TP_RETINEX_STRENGTH;Strength
|
||||
TP_RETINEX_THRESHOLD;Threshold
|
||||
|
@@ -95,7 +95,7 @@ int refreshmap[rtengine::NUMOFEVENTS] = {
|
||||
ALLNORAW, // EvHREnabled,
|
||||
ALLNORAW, // EvHRAmount,
|
||||
ALLNORAW, // EvHRMethod,
|
||||
ALLNORAW, // EvWProfile,
|
||||
DEMOSAIC, // EvWProfile,
|
||||
OUTPUTPROFILE, // EvOProfile,
|
||||
ALLNORAW, // EvIProfile,
|
||||
TRANSFORM, // EvVignettingAmount,
|
||||
|
@@ -300,7 +300,7 @@ Retinex::Retinex () : FoldableToolPanel(this, "retinex", M("TP_RETINEX_LABEL"),
|
||||
// settingsVBox->pack_start (*Gtk::manage (new Gtk::HSeparator()));
|
||||
|
||||
viewbox->pack_start(*viewMethod);
|
||||
// settingsVBox->pack_start(*viewbox);
|
||||
// settingsVBox->pack_start(*viewbox);
|
||||
retinexVBox->pack_start(*viewbox);
|
||||
//settingsVBox->pack_start (*viewMethod);
|
||||
|
||||
|
Reference in New Issue
Block a user