ivoflipse / Pawlabeling

Tool for processing and analyzing pressure measurements
Other
18 stars 1 forks source link

Analysis's frame slider doesn't work when in average mode #117

Closed ivoflipse closed 10 years ago

ivoflipse commented 10 years ago

For some reason I messed up the way the frame slider is updated when you switch to averages. Check out what could be wrong.

ivoflipse commented 10 years ago

Yeah sorry, I no longer updated max_length on the analysis_widget. Now I do so all is well.

ivoflipse commented 10 years ago

I thought I added a check that if we're at Gait Diagram, it should hack the slider and give it the length of the measurement. But if you select a contact instead of a measurement, it will set it back to contact lengths. So check how the control flows and put one function in charge.

ivoflipse commented 10 years ago

Perhaps I should let the active widget dictate what it should be instead of having analysis widget guess which length to pick

ivoflipse commented 10 years ago

There, now its fixed!