Adding widgets back in
parent
615f8c8fce
commit
7cf0154259
|
|
@ -313,6 +313,7 @@ const setMyWatch = (params) => {
|
||||||
machine = machine.events({object: params.label, status: startEnd(params.bool)});
|
machine = machine.events({object: params.label, status: startEnd(params.bool)});
|
||||||
drawScreen(machine.screen);
|
drawScreen(machine.screen);
|
||||||
}, params.btn, {repeat:true, edge:"both"});
|
}, params.btn, {repeat:true, edge:"both"});
|
||||||
|
drawWidgets();
|
||||||
};
|
};
|
||||||
|
|
||||||
/* object array used to set up the watching functions
|
/* object array used to set up the watching functions
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue