Miraweb: Panel: Change attr via Inspector works, same attr as message doesn't

lysdexic's icon

Just noticed this when making a custom UI display for Miraweb using Panel.

Wonder if it's a quick fix?

Ben Bracken's icon

If you want to change it to a solid color, just use 'bgcolor' and a list of rgba values, instead of 'bgfillcolor', which expects a dictionary.

lysdexic's icon

Perfect, thanks Ben! Very strange that both messages work with an identical list - but only one reflects changes in the mira.frame client.

Thanks again!