wpilibsuite / SmartDashboard

Other
24 stars 28 forks source link

Cancel buttons in Scheduler widget cause exceptions #187

Closed chauser closed 1 year ago

chauser commented 1 year ago

Pressing a Cancel button in a Scheduler widget causes a java.lang.UnsupportedOperationException due to attempting to add to the immutable list returned by Arrays.asList on line 79.

PeterJohnson commented 1 year ago

Fixed by #185.