ColorButton: Added ImGuiColorEditFlags_NoBorder flag to remove the border normally enforced by default.

This commit is contained in:
omar
2020-02-10 21:23:34 +01:00
parent 21b9e42964
commit d8948b5343
4 changed files with 20 additions and 8 deletions

View File

@ -36,6 +36,8 @@ HOW TO UPDATE?
Other Changes:
- ColorButton: Added ImGuiColorEditFlags_NoBorder flag to remove the border normally enforced
by default for standalone ColorButton.
- Backends: Added SDL2+Metal example application. (#3017) [@coding-jackalope]