live signal analysis is for the processor -- not the plugin(s) inside
[ardour.git] / gtk2_ardour / control_point_dialog.cc
index 178b2f5feb0128f00520a015205f262953c1829e..9cb71cbb2cdcd21a69071106bdc36671924a92ab 100644 (file)
@@ -38,6 +38,7 @@ ControlPointDialog::ControlPointDialog (ControlPoint* p)
        double const y_fraction = 1.0 - (p->get_y () / p->line().height ());
 
        value_.set_text (p->line().fraction_to_string (y_fraction));
+       value_.set_activates_default ();
 
        Gtk::HBox* b = Gtk::manage (new Gtk::HBox ());