mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
Windows: fixed single-axis auto-sizing (via double-clicking a border) to take account of remaining scrollbar on the other axis. (#9060)
Potentially now should apply same logic to the other resizing path also described in #9060
This commit is contained in:
parent
86daa8930e
commit
7537ba2b44
3 changed files with 15 additions and 10 deletions
|
|
@ -71,6 +71,8 @@ Other Changes:
|
|||
- Windows: io.ConfigWindowsMoveFromTitleBarOnly is latched during Begin(),
|
||||
effectively allowing to change the value on a per-window basis (although
|
||||
there is a better internal mechanism for it).
|
||||
- Windows: fixed single-axis auto-sizing (via double-clicking a border) to
|
||||
take account of remaining scrollbar on the other axis. (#9060)
|
||||
- Disabled: fixed a bug when a previously enabled item that got nav focus
|
||||
and then turns disabled could still be activated using keyboard. (#9036)
|
||||
- InputText: when buffer is not resizable, trying to paste contents that
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue