mirror of
https://github.com/ocornut/imgui.git
synced 2026-04-22 23:35:36 +00:00
Child windows: look at the parent window's flags to decide whether to clamp child resizes. (#7440, #1710)
This commit is contained in:
@@ -57,6 +57,8 @@ Other changes:
|
||||
- Windows: Double-click to collapse may be disabled via key-ownership mechanism. (#7369)
|
||||
- Windows: Extend outer resize borders to the edges when there are no corner grips.
|
||||
Essentially affects resizable child windows. (#7440, #1710) [@cfillion]
|
||||
- Windows: Resizing logic for child windows evaluates whether per-axis clamping should be
|
||||
applied based on parent scrollbars, not child scrollbars. (#7440, #1710) [@cfillion]
|
||||
- Tables: Angled headers: fixed border hit box extending beyond when used within
|
||||
non-scrollable tables. (#7416) [@cfillion]
|
||||
- Tables: Angled headers: fixed borders not moving back up after TableAngleHeadersRow()
|
||||
|
||||
Reference in New Issue
Block a user