Skip to content

Look for places to use new requires_redraw metadata #595

@aaronayres35

Description

@aaronayres35

Problem Description
In PR #585 we added the requires_redraw metadata to specify that if a particular trait changes, invalidate_and_redraw should be called. We should sweep the code bases for all possible cases where we could use this, eg for things like:

def _sometrait_change(self):
    self.invalidate_draw()
    self.request_redraw()

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions