Settings: Fixed an issue marking settings as dirty when merely clicking on a border or resize grip without moving it.

This commit is contained in:
ocornut
2023-12-21 14:08:27 +01:00
parent 8340a30d27
commit f039e69b9c
2 changed files with 9 additions and 5 deletions

View File

@ -75,6 +75,8 @@ Other changes:
- ColorEdit4: Layout tweaks for very small sizes. (#7120, #7121)
- Menus: Tweaked hover slack logic, adding a timer to avoid situations where a slow vertical
movements toward another parent BeginMenu() can keep the wrong child menu open. (#6671, #6926)
- Settings: Fixed an issue marking settings as dirty when merely clicking on a border or resize
grip without moving it.
- Debug Tools: Added DebugFlashStyleColor() to identify a style color. Added to Style Editor.
- Debug Tools: Debug Log: Hide its own clipper log to reduce noise in the output.
- Misc: Added IMGUI_USER_H_FILENAME to change the path included when using