Stop crossfades disappearing on region view drags.
[ardour.git] / gtk2_ardour / piano_roll_header.h
index f005538d4a5e478507aaec5e54fd31e6a30ad3f0..7369303e5d4fea2f927ce108b94eba5e0d8eb1a3 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2008 Paul Davis 
+    Copyright (C) 2008 Paul Davis
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -51,7 +51,7 @@ public:
                Color();
                Color(double _r, double _g, double _b);
                inline void set(const Color& c);
-               
+
                double r;
                double g;
                double b;
@@ -97,7 +97,7 @@ private:
        uint8_t _clicked_note;
        double _grab_y;
        bool _dragging;
-       
+
        double _note_height;
        double _black_note_width;
 };