Add 7 others merge mode
This commit is contained in:
@@ -294,8 +294,6 @@ ControlSpotPanel::ControlSpotPanel():
|
||||
sigc::mem_fun(
|
||||
*this, &ControlSpotPanel::mergeMethodChanged));
|
||||
ctboxmergemethod->pack_start(*mergeMethod_);
|
||||
// pack_start(*ctboxmergemethod);
|
||||
|
||||
|
||||
avoidConn_ = avoid_->signal_toggled().connect(
|
||||
sigc::mem_fun(*this, &ControlSpotPanel::avoidChanged));
|
||||
@@ -321,8 +319,14 @@ ControlSpotPanel::ControlSpotPanel():
|
||||
maskBox->pack_start(*deltae_);
|
||||
maskBox->pack_start(*scopemask_);
|
||||
// maskBox->pack_start(*shortc_);
|
||||
Gtk::HSeparator *separator = Gtk::manage(new Gtk::HSeparator());
|
||||
maskBox->pack_start(*separator, Gtk::PACK_SHRINK, 2);
|
||||
|
||||
maskBox->pack_start(*ctboxmergemethod);
|
||||
|
||||
Gtk::HSeparator *separator1 = Gtk::manage(new Gtk::HSeparator());
|
||||
maskBox->pack_start(*separator1, Gtk::PACK_SHRINK, 2);
|
||||
|
||||
maskBox->pack_start(*lumask_);
|
||||
// maskBox->pack_start(*savrest_);
|
||||
maskFrame->add(*maskBox);
|
||||
|
Reference in New Issue
Block a user