CNMAT / CNMAT-Externs

CNMAT Max/MSP externals
Other
96 stars 11 forks source link

rbfi doesn't redraw after clear message #114

Closed maccallum closed 5 years ago

maccallum commented 5 years ago

Fix: Add these lines to the very end of rbfi_clear():

jbox_invalidate_layer((t_object *)x, NULL, l_color);
jbox_redraw(&(x->ob));
equilet commented 5 years ago

Implemented, tested and verified - thank you.