diff options
author | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2017-05-21 11:12:34 +0200 |
---|---|---|
committer | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2017-05-21 11:12:34 +0200 |
commit | e6ced6bca1ef670b434835c36cde7321b1411972 (patch) | |
tree | 29bd3a3b728bd95a6fb51963a7fff3b5ecad366c | |
parent | aceb649ce4301e2229cc734cfdf10e0728e3d3f5 (diff) | |
download | synthpod-e6ced6bca1ef670b434835c36cde7321b1411972.tar.xz |
nk: clear module selector upon bundle load.
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | plugins/synthpod_common_nk.c | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -1 +1 @@ -0.1.4981 +0.1.4983 diff --git a/plugins/synthpod_common_nk.c b/plugins/synthpod_common_nk.c index 23f44907..0f8fa4ef 100644 --- a/plugins/synthpod_common_nk.c +++ b/plugins/synthpod_common_nk.c @@ -6240,6 +6240,7 @@ port_event(LV2UI_Handle instance, uint32_t port_index, uint32_t size, handle->nxt = nk_vec2(nxt_x0 * handle->scale, nxt_y0 * handle->scale); + _set_module_selector(handle, NULL); HASH_FREE(&handle->mods, ptr) { mod_t *mod = ptr; |