Skip to content

Option setEnabled with false value not working correctly [Ver. 2.0] #500

@richelivargas

Description

@richelivargas

Option #setEnabled with 'false' only works when it is called twice.

  • Not work
    option.setEnable(false);

  • Work
    option.setEnable(false);
    option.setEnable(false);

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions