ui/common/context.c

changeset 150
5cee4cb5ad79
parent 146
dd0ae1c62a72
child 154
8a4451fcb736
--- 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;
         }
     }
 }

mercurial