Windows: Can also auto-resize by double-clicking lower-left resize grip (not only lower-right one).

This commit is contained in:
ocornut
2023-10-18 16:36:35 +02:00
parent 56f7e853be
commit f8dc03d702
2 changed files with 2 additions and 1 deletions

View File

@ -73,6 +73,7 @@ Other changes:
- Windows:
- Popups: clarified meaning of 'p_open != NULL' in BeginPopupModal() + set back user value
to false when popup is closed in ways other than clicking the close button. (#6900)
- Can also auto-resize by double-clicking lower-left resize grip (not only lower-right one).
- Separators:
- Altered end-points to use more standard boundaries. (#205, #4787, #1643)
Left position is always current cursor X position.