mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
Windows: programmatic auto-sizing on a single axis also apply proper logic. (#9060)
This commit is contained in:
parent
b51f6e073c
commit
a2544f9496
2 changed files with 9 additions and 3 deletions
|
|
@ -72,8 +72,9 @@ Other Changes:
|
|||
- Config flag io.ConfigWindowsMoveFromTitleBarOnly is now latched during
|
||||
Begin(), effectively allowing to change the value on a per-window basis.
|
||||
(although there is a better internal mechanism for it).
|
||||
- Fixed single-axis auto-sizing (via double-clicking a border) to
|
||||
take account of remaining scrollbar on the other axis. (#9060)
|
||||
- Fixed single-axis auto-sizing (via double-clicking a border or passing
|
||||
0.0f on one axis of SetNextWindowSize() call) to take account of remaining
|
||||
scrollbar on the other axis. (#9060)
|
||||
- Fixed an issue where repeated calls to SetNextWindowSize() using 0.0f
|
||||
to auto-size on a given axis would keep marking ini settings as dirty.
|
||||
- Disabled: fixed a bug when a previously enabled item that got nav focus
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue