Skip to content

Mark egui widget as changed when Graph changes #86

@s-ol

Description

@s-ol

I'm working on a project that uses egui-snarl and compiles the graph. I'd like to detect changes to the Graph (semantically meaning the nodes and set of edges, not node positions).

SnarlWidget::show() does return an egui::Response that has a changed() getter but it is always false. Snarl should call egui::Response::mark_changed() internally when changes are made.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions