Fixed also issue3026

This commit is contained in:
Desmis
2016-01-04 14:09:39 +01:00
parent 6abab61a67
commit 6420467006
3 changed files with 10 additions and 10 deletions

View File

@@ -1707,7 +1707,7 @@ TP_RETINEX_NEUTRAL_TIP;Reset all sliders and curves to their default values.
TP_RETINEX_OFFSET;Brightness TP_RETINEX_OFFSET;Brightness
TP_RETINEX_SETTINGS;Settings TP_RETINEX_SETTINGS;Settings
TP_RETINEX_SCALES;Gaussian gradient 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_SLOPE;Free gamma slope
TP_RETINEX_STRENGTH;Strength TP_RETINEX_STRENGTH;Strength
TP_RETINEX_THRESHOLD;Threshold TP_RETINEX_THRESHOLD;Threshold

View File

@@ -95,7 +95,7 @@ int refreshmap[rtengine::NUMOFEVENTS] = {
ALLNORAW, // EvHREnabled, ALLNORAW, // EvHREnabled,
ALLNORAW, // EvHRAmount, ALLNORAW, // EvHRAmount,
ALLNORAW, // EvHRMethod, ALLNORAW, // EvHRMethod,
ALLNORAW, // EvWProfile, DEMOSAIC, // EvWProfile,
OUTPUTPROFILE, // EvOProfile, OUTPUTPROFILE, // EvOProfile,
ALLNORAW, // EvIProfile, ALLNORAW, // EvIProfile,
TRANSFORM, // EvVignettingAmount, TRANSFORM, // EvVignettingAmount,

View File

@@ -300,7 +300,7 @@ Retinex::Retinex () : FoldableToolPanel(this, "retinex", M("TP_RETINEX_LABEL"),
// settingsVBox->pack_start (*Gtk::manage (new Gtk::HSeparator())); // settingsVBox->pack_start (*Gtk::manage (new Gtk::HSeparator()));
viewbox->pack_start(*viewMethod); viewbox->pack_start(*viewMethod);
// settingsVBox->pack_start(*viewbox); // settingsVBox->pack_start(*viewbox);
retinexVBox->pack_start(*viewbox); retinexVBox->pack_start(*viewbox);
//settingsVBox->pack_start (*viewMethod); //settingsVBox->pack_start (*viewMethod);