Can set UIntProperty to negative value using SpinCtrl
Brought to you by:
jmsalli
If you add a UIntProperty to a property grid and then set the editor to 'SpinCtrl' it's possible to use the spinner to select -1 as a value which immediately shows a validation conflict message. The user should be prevented from setting a negative value with the spinner.
The bug was found in wxPython.
sample wxPython app