mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-30 15:32:38 +00:00
ContextBar::ToleranceField is from 0 to 255 (not 0 to 100)
This commit is contained in:
parent
677c0588dc
commit
43f177df52
@ -225,7 +225,7 @@ private:
|
||||
class ContextBar::ToleranceField : public IntEntry
|
||||
{
|
||||
public:
|
||||
ToleranceField() : IntEntry(0, 100) {
|
||||
ToleranceField() : IntEntry(0, 255) {
|
||||
}
|
||||
|
||||
protected:
|
||||
|
Loading…
x
Reference in New Issue
Block a user