Except pianoroll CC metabuttons (w/submenu) from scrolling

This commit is contained in:
Robin Gareus 2025-08-17 06:30:35 +02:00
parent 26ca954574
commit a91aa6ee9d
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04

View file

@ -248,6 +248,10 @@ Pianoroll::build_lower_toolbar ()
cc_dropdown2 = new MetaButton (); cc_dropdown2 = new MetaButton ();
cc_dropdown3 = 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_dropdown1->add_elements (ArdourButton::Indicator);
cc_dropdown2->add_elements (ArdourButton::Indicator); cc_dropdown2->add_elements (ArdourButton::Indicator);
cc_dropdown3->add_elements (ArdourButton::Indicator); cc_dropdown3->add_elements (ArdourButton::Indicator);