new solo safe/lock button image from oofus (a tad ugly, dare might i say)
[ardour.git] / gtk2_ardour / region_gain_line.cc
index 2ad1ee2c7dedac16d1fce7cf427da3f4b8f3e72a..40b2773b6dc717ce06d7d24b37e1d6bd3d2823ac 100644 (file)
@@ -56,7 +56,7 @@ AudioRegionGainLine::start_drag_single (ControlPoint* cp, double x, float fracti
        AutomationLine::start_drag_single (cp, x, fraction);
 
         // XXX Stateful need to capture automation curve data
-       
+
        if (!rv.audio_region()->envelope_active()) {
                trackview.session()->add_command(new MementoCommand<AudioRegion>(*(rv.audio_region().get()), &rv.audio_region()->get_state(), 0));
                rv.audio_region()->set_envelope_active(false);