mirror of
https://github.com/Drezil/imgui.git
synced 2025-09-13 06:33:13 +02:00
CI: moved static analysis to a separate project + fix (uninitialized variable, was harmless in this case).
This commit is contained in:
@ -1352,6 +1352,7 @@ struct ImGuiContext
|
||||
ActiveIdTimer = 0.0f;
|
||||
ActiveIdIsJustActivated = false;
|
||||
ActiveIdAllowOverlap = false;
|
||||
ActiveIdNoClearOnFocusLoss = false;
|
||||
ActiveIdHasBeenPressedBefore = false;
|
||||
ActiveIdHasBeenEditedBefore = false;
|
||||
ActiveIdHasBeenEditedThisFrame = false;
|
||||
|
Reference in New Issue
Block a user