Plot: Fixed divide-by-zero in PlotLines() when passing a count of 1. (#2387) [@Lectem]

This commit is contained in:
omar
2019-02-27 14:25:37 +01:00
parent cf3cb7cf7e
commit 5e3a1de4e6
2 changed files with 3 additions and 1 deletions

View File

@ -47,6 +47,7 @@ Other Changes:
- TabBar: Fixed a crash when using BeginTabBar() recursively (didn't affect docking). (#2371)
- TabBar: Added extra mis-usage error recovery. Past the assert, common mis-usage don't lead to
hard crashes any more, facilitating integration with scripting languages. (#1651)
- Plot: Fixed divide-by-zero in PlotLines() when passing a count of 1. (#2387) [@Lectem]
- Log/Capture: Fixed extraneous leading carriage return.
- Log/Capture: Fixed an issue when empty string on a new line would not emit a carriage return.
- Log/Capture: Fixed LogXXX functions 'auto_open_depth' parameter being treated as an absolute