mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
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:
parent
115bc84c27
commit
389cacab11
2 changed files with 22 additions and 4 deletions
|
|
@ -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 ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue