Various tweaks and fixes as suggested by PVS Studio (thanks PVS Studio!) [docking branch]

This commit is contained in:
omar
2019-01-16 16:19:38 +01:00
parent 32c4e01267
commit d1851ed6b7
3 changed files with 10 additions and 11 deletions

View File

@ -1057,6 +1057,7 @@ struct ImGuiContext
CurrentWindow = NULL;
HoveredWindow = NULL;
HoveredRootWindow = NULL;
HoveredWindowUnderMovingWindow = NULL;
HoveredId = 0;
HoveredIdAllowOverlap = false;
HoveredIdPreviousFrame = 0;