Processor box interaction:

Allow to toggle inline display with tertiary + double-click.
also fix tooltip and fix inconsistent modifiers on inline display.
This commit is contained in:
Robin Gareus 2016-10-18 22:25:02 +02:00
parent 115bc84c27
commit 389cacab11
2 changed files with 22 additions and 4 deletions

View file

@ -158,6 +158,7 @@ public:
/** Hide any widgets that should be hidden */
virtual void hide_things ();
void toggle_inline_display_visibility ();
void show_all_controls ();
void hide_all_controls ();
void add_control_state (XMLNode *) const;
@ -236,7 +237,6 @@ private:
std::list<Control*> _controls;
void toggle_inline_display_visibility ();
void toggle_control_visibility (Control *);
void toggle_panner_link ();
void toggle_allow_feedback ();