ContextBar::ToleranceField is from 0 to 255 (not 0 to 100)

This commit is contained in:
David Capello 2013-03-30 21:14:52 -03:00
parent 677c0588dc
commit 43f177df52

View File

@ -225,7 +225,7 @@ private:
class ContextBar::ToleranceField : public IntEntry
{
public:
ToleranceField() : IntEntry(0, 100) {
ToleranceField() : IntEntry(0, 255) {
}
protected: