Removed Tone Mapping tooltip #2221
This commit is contained in:
@@ -26,8 +26,6 @@ using namespace rtengine::procparams;
|
||||
EdgePreservingDecompositionUI::EdgePreservingDecompositionUI () : FoldableToolPanel(this, "epd", M("TP_EPD_LABEL"), true, true)
|
||||
{
|
||||
|
||||
setEnabledTooltipMarkup(M("TP_EPD_TOOLTIP"));
|
||||
|
||||
strength = Gtk::manage(new Adjuster (M("TP_EPD_STRENGTH"), -1.0, 2.0, 0.01, 0.5));
|
||||
gamma = Gtk::manage(new Adjuster (M("TP_EPD_GAMMA"), 0.8, 1.5, 0.01, 1.));
|
||||
edgeStopping = Gtk::manage(new Adjuster (M("TP_EPD_EDGESTOPPING"), 0.1, 4.0, 0.01, 0.5));
|
||||
|
Reference in New Issue
Block a user