GenericBar lets you force rendering with .render(true), I'd love to do the same with MultiBar.
I'm running into an issue where a GenericBar is added and then removed from MultiBar so quickly that it never renders. I think MultiBar.remove() should also make use of this suggested MultiBar.update(forceRendering=true) behavior.
GenericBarlets you force rendering with.render(true), I'd love to do the same withMultiBar.I'm running into an issue where a
GenericBaris added and then removed fromMultiBarso quickly that it never renders. I thinkMultiBar.remove()should also make use of this suggestedMultiBar.update(forceRendering=true)behavior.