Drag and Drop, Nav: Disabling navigation arrow keys when drag and drop is active. (#3025)

This commit is contained in:
Omar
2020-02-17 17:41:45 +01:00
parent b62f1ea8e9
commit 8836975dcf
2 changed files with 10 additions and 0 deletions

View File

@ -36,6 +36,8 @@ HOW TO UPDATE?
Other Changes:
- Drag and Drop, Nav: Disabling navigation arrow keys when drag and drop is active. In the docking
branch pressing arrow keys while dragging a window from a tab could trigger an assert. (#3025)
- ColorButton: Added ImGuiColorEditFlags_NoBorder flag to remove the border normally enforced
by default for standalone ColorButton.
- InputText: Fixed password fields displaying ASCII spaces as blanks instead of using the '*'