Feedback
GroupBox FontSize should handle negative numeric values consistently
- Status
- Fixed
- Fixed in
- v26.5.8
- Source discussion
- https://forum.objo.dev/d/221-fontsize-value
- Last updated
- 2026-06-01
Public summary
Setting GroupBox.FontSize from a negative integer literal can crash while setting the same value after Double.Parse does not. Numeric assignments to GroupBox.FontSize should be handled consistently and clamp to the same minimum as other desktop controls.