@ -87,7 +87,7 @@ public abstract class FreezeAndRepeatPane extends BasicBeanPane<FT> {
private void updateEndValue() {
if (end instanceof UISpinner) {
if (end instanceof UISpinner && start instanceof UISpinner) {
((UISpinner) end).setMinValue(((UISpinner) start).getValue());
((UISpinner) end).setValue(((UISpinner) end).getValue());