Reintroduce some set_border_width to circumvent some Gtk bugs.
Also fix a bug that let you grab the first and last point of the diagonal curve more easily now, when they are at their left/right extremum.
This commit is contained in:
@@ -24,8 +24,7 @@ Retinex::Retinex () : FoldableToolPanel (this, "retinex", M ("TP_RETINEX_LABEL")
|
||||
Gtk::VBox * retinexVBox = Gtk::manage ( new Gtk::VBox());
|
||||
retinexVBox->set_spacing (2);
|
||||
|
||||
Gtk::VBox * settingsVBox = Gtk::manage ( new Gtk::VBox());
|
||||
settingsVBox->set_spacing (2);
|
||||
Gtk::VBox * settingsVBox = Gtk::manage ( new ToolParamBlock());
|
||||
|
||||
dhbox = Gtk::manage (new Gtk::HBox ());
|
||||
labmdh = Gtk::manage (new Gtk::Label (M ("TP_RETINEX_METHOD") + ":"));
|
||||
|
Reference in New Issue
Block a user