Merge branch 'dev' of https://github.com/Beep6581/RawTherapee into spot-removal-tool

This commit is contained in:
Lawrence Lee
2021-03-06 16:41:40 -08:00
191 changed files with 13593 additions and 5052 deletions

View File

@@ -15,7 +15,7 @@ using namespace rtengine::procparams;
Gradient::Gradient () : FoldableToolPanel(this, "gradient", M("TP_GRADIENT_LABEL"), false, true), EditSubscriber(ET_OBJECTS), lastObject(-1), draggedPointOldAngle(-1000.)
{
editHBox = Gtk::manage (new Gtk::HBox());
editHBox = Gtk::manage (new Gtk::Box());
edit = Gtk::manage (new Gtk::ToggleButton());
edit->get_style_context()->add_class("independent");
edit->add (*Gtk::manage (new RTImage ("crosshair-adjust.png")));