Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slider: API for setting options is clunky #3735

Closed
tig opened this issue Sep 10, 2024 · 0 comments · Fixed by #3751
Closed

Slider: API for setting options is clunky #3735

tig opened this issue Sep 10, 2024 · 0 comments · Fixed by #3751
Assignees
Labels
Milestone

Comments

@tig
Copy link
Collaborator

tig commented Sep 10, 2024

Currently:

    /// <summary>Causes the specified option to be set and be focused.</summary>
    public bool SetOption (int optionIndex)
    /// <summary>Causes the specified option to be un-set and be focused.</summary>
    public bool UnSetOption (int optionIndex)

The problem is these APIs want to change which option is focused.

As part of #3705 I want to use Slider in ArrangementEditor and this is causing me fits.

So I will fix this there...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment