Make Buttons a child of a bar instead of being separated
brittyazel opened this issue ยท 1 comments
Right now a button is associated with a given bar, but no button is a child of a bar. We only have a system put in place to delete bars, thus there may be tons of buttons taking up memory not attached to any bar. If we make the buttons a child of a specific bar, they should be deleted at the same time that we delete a bar.