From bf4466698b79a25eb3d34439d4736e45ef4fd7a2 Mon Sep 17 00:00:00 2001 From: Evan Pezent Date: Sat, 25 Apr 2020 08:47:54 -0500 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 14fa1f7..0b8ecb4 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ Advanced 2D Plotting for Dear ImGui # Features -# Known Issues +# Known Issues (Fix Me!) - Mouse scroll zooming on a plot that is in scrollable ImGui region will both zoom and scroll the window since there is no built in scroll capture for ImGui. The current workaround is to CTRL+Scroll the plot (this disables window scrolling). +- Zooming to a range beyond the limits of `FLT_MAX` and `FLT_MIN` causes axes labels to disappear.