Skip to content

Skin anchor menu checkmarks don't update when right-clicking #31797

@Joehuu

Description

@Joehuu

Type

Cosmetic

Bug description

Noticed in #31779 (when the checkmarks didn't hide when increasing fade out time).

Right-clicking the menus also demonstrates this broken behavior better so putting it as the headline.

Should be trivial as this:

waveformOpacity.BindValueChanged(opacity =>
{
foreach (var kvp in menuItemLookup)
kvp.Value.State.Value = kvp.Key == opacity.NewValue ? TernaryState.True : TernaryState.False;
}, true);

but the closest item logic that connects the anchor/origin menus makes it a little more complicated.

Screenshots or videos

Screen.Recording.2025-02-04.at.3.03.19.PM.mov

Version

latest master

Logs

N/A

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