Review of flatfield code, own compilation unit, use clip control value 0 when using auto clip control on already clipped image, code review

This commit is contained in:
Ingo Weyrich
2019-10-23 20:22:03 +02:00
parent 40679f8b51
commit 37e7a705ab
6 changed files with 562 additions and 555 deletions

View File

@@ -54,7 +54,7 @@ FlatField::FlatField () : FoldableToolPanel(this, "flatfield", M("TP_FLATFIELD_L
flatFieldBlurRadius->show();
Gtk::HBox* hbffbt = Gtk::manage (new Gtk::HBox ());
hbffbt->pack_start (*Gtk::manage (new Gtk::Label ( M("TP_FLATFIELD_BLURTYPE") + ":")));
hbffbt->pack_start (*Gtk::manage (new Gtk::Label ( M("TP_FLATFIELD_BLURTYPE") + ":")), Gtk::PACK_SHRINK, 4);
hbffbt->set_spacing(4);
flatFieldBlurType = Gtk::manage (new MyComboBoxText ());
flatFieldBlurType->append(M("TP_FLATFIELD_BT_AREA"));