Windows: use relative mouse movement for border resize when the border geometry has moved. (#1710)

(e.g. resizing a child window triggering parent scroll) to avoid resizing feedback loop.
This commit is contained in:
ocornut
2023-10-31 18:37:49 +01:00
parent 9235352400
commit f1d1a8d32b
3 changed files with 48 additions and 5 deletions

View File

@ -96,6 +96,9 @@ Other changes:
to false when popup is closed in ways other than clicking the close button. (#6900)
- Double-clicking lower-left resize grip auto-resize (like lower-rightone).
- Double-clicking bottom or right window border auto-resize on a singles axis.
- Use relative mouse movement for border resize when the border geometry has moved
(e.g. resizing a child window triggering parent scroll) in order to avoid resizing
feedback loops. Unless manually mouse-wheeling while border resizing. (#1710)
- Separators:
- Altered end-points to use more standard boundaries. (#205, #4787, #1643)
Left position is always current cursor X position, right position is always work-rect