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).
This commit is contained in:
Robin Gareus 2020-04-20 00:36:37 +02:00
parent 3f7de5ec8e
commit c2b25b453e
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -99,6 +99,7 @@ ArdourDropdown::set_active (std::string const& text)
}
}
set_text (text);
StateChanged (); /* EMIT SIGNAL */
}
bool