Brad Erickson <bderickson@gmail.com>: Author Summary
Build | Completed | Code commits | Tests |
---|---|---|---|
OZW › OZWMAC › #815 | 1 year ago | Testless build | |
OZW › OZWLNX › #1491 | 1 year ago |
fix: Correct SetValue exception message on Schedule and Button
Change the exception to a unique message indicating an error in the SetValue() function, rather than GetValueFloatPrecision(). My logs contain many instances of the previous message from a Button: Warning, Exception: Manager.cpp:2499 - 102 - ValueID passed to GetValueFloatPrecision is not a Decimal Value I'm not sure if the error is occurring in GetValueFloatPrecision() or SetValue(), either way this line needs to be corrected. |
814 passed |
Build | Completed | Code commits | Tests |
---|
Build | Completed | Code commits | Tests |
---|
Change the exception to a unique message indicating an error in the
SetValue() function, rather than GetValueFloatPrecision().
My logs contain many instances of the previous message from a Button:
Warning, Exception: Manager.cpp:2499 - 102 - ValueID passed to GetValueFloatPrecision is not a Decimal Value
I'm not sure if the error is occurring in GetValueFloatPrecision() or
SetValue(), either way this line needs to be corrected.