Skip to content

Slider should set the value after it sets the min and max #136

@0xLeif

Description

@0xLeif

Expected:

self.minimumValue = from
self.maximumValue = to
self.value = value

Actual:

self.value = value
self.minimumValue = from
self.maximumValue = to

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions