highlight send-panner

This commit is contained in:
Robin Gareus 2014-06-17 15:51:49 +02:00
parent 472d0ad2c6
commit 1f46e75ac9
9 changed files with 62 additions and 2 deletions

View file

@ -59,6 +59,7 @@ public:
}
void edit ();
void set_send_drawing_mode (bool);
protected:
virtual void set_tooltip () = 0;
@ -74,6 +75,8 @@ protected:
boost::shared_ptr<ARDOUR::Panner> _panner;
PannerPersistentTooltip _tooltip;
bool _send_mode;
private:
virtual PannerEditor* editor () = 0;
PannerEditor* _editor;