From c2b25b453ea46eb7a2ad6933165d8b62e6b940ce Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 20 Apr 2020 00:36:37 +0200 Subject: Emit signal when dropdown changes via scroll-wheel This fixes Virtual-keyboard velocity selection when scrolling to numbers that are not explicitly in the menu-list. (hopefully this does not introduce some recursive signals for other ArdourDropdowns, fingers crossed). --- libs/widgets/ardour_dropdown.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/widgets/ardour_dropdown.cc') diff --git a/libs/widgets/ardour_dropdown.cc b/libs/widgets/ardour_dropdown.cc index 573b808414..33b26e6014 100644 --- a/libs/widgets/ardour_dropdown.cc +++ b/libs/widgets/ardour_dropdown.cc @@ -99,6 +99,7 @@ ArdourDropdown::set_active (std::string const& text) } } set_text (text); + StateChanged (); /* EMIT SIGNAL */ } bool -- cgit v1.2.3