Global Property Minimums

I have a numeric Global Property with a Min of 0 and a Max of 90.

I also have a Set Global Property trait which calculates out the value of the Global Property. The min and max on this SGP are the same.

However, if the calculated value is less than the Min, it maintains that value. For example: if the value is -2, it will keep the -2, even though that’s less than the minimum of 0. Shouldn’t it revert it to 0?