Skip to content

Commit a931fb7

Browse files
committed
Fixed static analyzer warning.
(was harmless as initialized in NewFrame)
1 parent 7cd31c3 commit a931fb7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

imgui.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3906,6 +3906,7 @@ ImGuiContext::ImGuiContext(ImFontAtlas* shared_font_atlas)
39063906
InputEventsNextEventId = 1;
39073907

39083908
WindowsActiveCount = 0;
3909+
WindowsBorderHoverPadding = 0.0f;
39093910
CurrentWindow = NULL;
39103911
HoveredWindow = NULL;
39113912
HoveredWindowUnderMovingWindow = NULL;

0 commit comments

Comments
 (0)