rename latched solo option and reverse its meaning; add exclusive solo button functio...
[ardour.git] / gtk2_ardour / canvas-flag.h
index a9dbb09175a2bbac1d22c5f1a7e7b0ae9ce39568..781430f8e4b1257b29a3dc38a6255645f9baa02e 100644 (file)
@@ -36,9 +36,9 @@ public:
                , _line(0)
                , _rect(0)
        {}
-                       
+
        virtual ~CanvasFlag();
-       
+
        virtual bool on_event(GdkEvent* ev);
 
        void set_text(const std::string& a_text);
@@ -49,10 +49,10 @@ protected:
        guint            _outline_color_rgba;
        guint            _fill_color_rgba;
        MidiRegionView&  _region;
-       
+
 private:
        void delete_allocated_objects();
-       
+
        SimpleLine*      _line;
        InteractiveRect* _rect;
 };