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
@ -99,6 +99,7 @@ ArdourDropdown::set_active (std::string const& text)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
set_text (text);
|
set_text (text);
|
||||||
|
StateChanged (); /* EMIT SIGNAL */
|
||||||
}
|
}
|
||||||
|
|
||||||
bool
|
bool
|
||||||
|
Loading…
Reference in New Issue
Block a user