Skip to content
This repository has been archived by the owner on Oct 18, 2020. It is now read-only.

Inconsistent default number input ranges (Morphic, Gtk) #27

Open
pavel-krivanek opened this issue Dec 6, 2019 · 1 comment
Open

Inconsistent default number input ranges (Morphic, Gtk) #27

pavel-krivanek opened this issue Dec 6, 2019 · 1 comment

Comments

@pavel-krivanek
Copy link
Contributor

pavel-krivanek commented Dec 6, 2019

this number input contains -1:

app := SpApplication new.
input := SpNumberInputFieldPresenter newApplication: app.
input number: -1.
input openWithSpec.

This number input contains 0.

app := SpApplication new.
app useBackend: #Gtk.
input := SpNumberInputFieldPresenter newApplication: app.
input number: -1.
input openWithSpec.
@pavel-krivanek
Copy link
Contributor Author

to set input rangeMinimum: -1000 maximum: 1000000. does not help

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant