GUI: prepare for API changes
[ardour.git] / gtk2_ardour / editor_ops.cc
index 1005dc72b45668958b43dcab56cd488b56b85ae5..e7a1a74610741c2d554578c9fb9df011dac171cf 100644 (file)
@@ -4949,7 +4949,7 @@ Editor::reset_point_selection ()
 {
        for (PointSelection::iterator i = selection->points.begin(); i != selection->points.end(); ++i) {
                ARDOUR::AutomationList::iterator j = (*i)->model ();
-               (*j)->value = (*i)->line().the_list()->default_value ();
+               (*j)->value = (*i)->line().the_list()->descriptor ().normal;
        }
 }