diff options
author | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2019-04-06 12:53:21 +0200 |
---|---|---|
committer | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2019-04-06 12:53:21 +0200 |
commit | 75d9e62cad376fc3bda73ecb661da20a81a5a2c6 (patch) | |
tree | c21d7a3050f82867655b5355282bcc0051be481a /atom_inspector_nk.c | |
parent | 19f6fb3014b270c4893450c6447a25fcc9435ba5 (diff) | |
download | sherlock.lv2-75d9e62cad376fc3bda73ecb661da20a81a5a2c6.tar.xz |
nk: fix strobing again and OSC argument counting.
Diffstat (limited to 'atom_inspector_nk.c')
-rw-r--r-- | atom_inspector_nk.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/atom_inspector_nk.c b/atom_inspector_nk.c index 2a70fe2..857a77c 100644 --- a/atom_inspector_nk.c +++ b/atom_inspector_nk.c @@ -234,6 +234,8 @@ _atom_inspector_expose(struct nk_context *ctx, struct nk_rect wbounds, void *dat nk_labelf_colored(ctx, NK_TEXT_LEFT, orange, "@%"PRIi64, itm->frame.offset); nk_labelf_colored(ctx, NK_TEXT_CENTERED, green, "-%"PRIu32"-", itm->frame.counter); nk_labelf_colored(ctx, NK_TEXT_RIGHT, violet, "%"PRIi32, itm->frame.nsamples); + + handle->shadow = false; } break; case ITEM_TYPE_EVENT: |