Closed v3c70r closed 4 years ago
When conf.skip_small_lines = true; and the data length is greater than the window size, the t_step is no longer valid to draw the selection. Using the step calculated from the actual data length to fix the issue.
conf.skip_small_lines = true;
Thank you! 👍
When
conf.skip_small_lines = true;
and the data length is greater than the window size, the t_step is no longer valid to draw the selection. Using the step calculated from the actual data length to fix the issue.