|
|
@ -40,6 +40,8 @@ Other Changes:
|
|
|
|
branch pressing arrow keys while dragging a window from a tab could trigger an assert. (#3025)
|
|
|
|
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
|
|
|
|
- ColorButton: Added ImGuiColorEditFlags_NoBorder flag to remove the border normally enforced
|
|
|
|
by default for standalone ColorButton.
|
|
|
|
by default for standalone ColorButton.
|
|
|
|
|
|
|
|
- BeginMenu: Fixed a bug where SetNextWindowXXX data before a BeginMenu() would not be cleared
|
|
|
|
|
|
|
|
when the menu is not open. (#3030)
|
|
|
|
- InputText: Fixed password fields displaying ASCII spaces as blanks instead of using the '*'
|
|
|
|
- InputText: Fixed password fields displaying ASCII spaces as blanks instead of using the '*'
|
|
|
|
glyph. (#2149, #515)
|
|
|
|
glyph. (#2149, #515)
|
|
|
|
- Font: Fixed non-ASCII space occasionally creating unnecessary empty polygons.
|
|
|
|
- Font: Fixed non-ASCII space occasionally creating unnecessary empty polygons.
|
|
|
|