mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
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:
parent
3f7de5ec8e
commit
c2b25b453e
1 changed files with 1 additions and 0 deletions
|
|
@ -99,6 +99,7 @@ ArdourDropdown::set_active (std::string const& text)
|
|||
}
|
||||
}
|
||||
set_text (text);
|
||||
StateChanged (); /* EMIT SIGNAL */
|
||||
}
|
||||
|
||||
bool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue