Skip to content
  • Ismael Asensio's avatar
    ModuleView: Correctly update button box visibility · 224ccceb
    Ismael Asensio authored
    When buttons are hidden externally use a button mask to avoid having
    visibility conflicts between the parent button box and the individual
    buttons, since visible property is inherited.
    
    A small refactor is required to de-couple an updateButtons() method.
    
    Also remove the ability to individually hide the reset button, as this
    is not defined as a module button, but attached to the Apply button.
    224ccceb