soulthreads / imgui-plot

An improved plot widget for Dear ImGui, aimed at displaying audio data
MIT License
454 stars 47 forks source link

Fix selection box rendering #6

Closed v3c70r closed 4 years ago

v3c70r commented 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.

soulthreads commented 4 years ago

Thank you! 👍