diff -r 479209198de3 -r 5cee4cb5ad79 ui/common/context.c --- a/ui/common/context.c Wed Nov 22 08:47:52 2017 +0100 +++ b/ui/common/context.c Wed Nov 22 09:49:26 2017 +0100 @@ -296,6 +296,7 @@ if(!f->obj) break; uic_list_copy(f, t); t->update(t, -1); + break; } case UI_VAR_RANGE: { UiRange *f = fromvalue; @@ -305,6 +306,7 @@ t->setextent(t, t->extent); t->setrange(t, t->min, t->max); t->set(t, t->value); + break; } } }