Daniel Brooks
Daniel Brooks
Those steps to reproduce don’t do anything special for me. I open the vehicle spawn menu, then close it, then open any other menu and the other menu is still...
Ok, that’s something concrete to go on. Except that ImGui doesn’t work that way. We don't save scrollbar positions.
There is a faint transparency in the default ImGui theme, which we are currently using unmodified (but see #75699). That transparency results in the background getting darker because we don't...
Ah, this was a fun one. Fixed it:  I used a really great debugger called Pernosco to track this down. It’s an omniscient debugger. Instead of...
> ``` > diff --git a/src/third-party/imgui/imgui.cpp b/src/third-party/imgui/imgui.cpp > --- a/src/third-party/imgui/imgui.cpp > +++ b/src/third-party/imgui/imgui.cpp > @@ -5093,6 +5093,9 @@ > text_display_end = text_end; > > ImFont* font = g.Font; > +...
This is a side effect of something we're doing wrong in how we use ImGui. I haven’t quite narrowed it down, but it is either due to the fact that...
Oh, fun. Let me take a look as well.
No! Don’t stop! You have the advantage of being able to reproduce it. What keys are you pressing to get into this state? I opened my inventory and hit enter...
Let me try that specific commit.