commit | ae3e2406ec9aab04dfddce80ebf5672e0a0b1486 | [log] [tgz] |
---|---|---|
author | ocornut <omarcornut@gmail.com> | Mon Nov 30 12:40:49 2020 +0100 |
committer | ocornut <omarcornut@gmail.com> | Mon Nov 30 12:47:14 2020 +0100 |
tree | 92e10644db0dce8f48d8f8751c6ecf54c3437b19 | |
parent | 9801c8c1c5f8757e8eed43592beb0a5e215c4291 [diff] |
Misc tweaks/fixes (see details). Combo: ultra minor fix for popup positioning policy mismatch depending on ImGuiComboFlags_PopupAlignLeft flag. Made ImHashXXX functions return ImGuiID. IsWindowNavFocusable use !WasActive.. it worked because it was only called in NewFrame()->NavUpdate() before the transition loop + EndFrame() only. Fix unused variable warning.