Skip to content

Commit

Permalink
Merge pull request MoSync#125 from ciprif/ThreeZeroOne
Browse files Browse the repository at this point in the history
Three zero one
  • Loading branch information
Ali Sarrafi committed Mar 28, 2012
2 parents b23167f + 10898b9 commit b0bff4e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public int Value
{
set
{
if (value < 0)
if (0 <= value)
{
if (value <= mMaxValue && value >= mMinValue)
{
Expand Down

0 comments on commit b0bff4e

Please sign in to comment.