Skip to content
  • Florian Müllner's avatar
    apps-menu: Add missing chain-up · dfeb99fc
    Florian Müllner authored
    PanelMenu.Button is a bit weird in that it also "contains" its parent
    actor. That container is supposed to be destroyed with the button, but
    as we currently don't chain up to the parent class' _onDestroy(), we
    leave behind an empty container every time the extension is disabled.
    
    Fix this by adding the missing chain-up.
    
    !75
    dfeb99fc