mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
Except pianoroll CC metabuttons (w/submenu) from scrolling
This commit is contained in:
parent
26ca954574
commit
a91aa6ee9d
1 changed files with 4 additions and 0 deletions
|
|
@ -248,6 +248,10 @@ Pianoroll::build_lower_toolbar ()
|
|||
cc_dropdown2 = new MetaButton ();
|
||||
cc_dropdown3 = new MetaButton ();
|
||||
|
||||
cc_dropdown1->disable_scrolling ();
|
||||
cc_dropdown2->disable_scrolling ();
|
||||
cc_dropdown3->disable_scrolling ();
|
||||
|
||||
cc_dropdown1->add_elements (ArdourButton::Indicator);
|
||||
cc_dropdown2->add_elements (ArdourButton::Indicator);
|
||||
cc_dropdown3->add_elements (ArdourButton::Indicator);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue