Merge branch 'dev' into favorites-gui
This commit is contained in:
@@ -37,7 +37,7 @@ Distortion::Distortion (): FoldableToolPanel(this, TOOL_NAME, M("TP_DISTORTION_L
|
||||
autoDistor->set_image (*Gtk::manage (new RTImage ("distortion-auto-small.png")));
|
||||
autoDistor->get_style_context()->add_class("independent");
|
||||
autoDistor->set_alignment(0.5f, 0.5f);
|
||||
autoDistor->set_tooltip_text (M("TP_DISTORTION_AUTO_TIP"));
|
||||
autoDistor->set_tooltip_text (M("TP_DISTORTION_AUTO_TOOLTIP"));
|
||||
idConn = autoDistor->signal_pressed().connect( sigc::mem_fun(*this, &Distortion::idPressed) );
|
||||
autoDistor->show();
|
||||
pack_start (*autoDistor);
|
||||
|
Reference in New Issue
Block a user