mirror of
https://github.com/Drezil/imgui.git
synced 2025-07-04 20:18:47 +02:00
Window: Fixed position not being clamped while auto-resizing (#5843)
This commit is contained in:
@ -139,6 +139,8 @@ Other Changes:
|
||||
- Window: Fixed a potential crash when appending to a child window. (#5515, #3496, #4797) [@rokups]
|
||||
- Window: Fixed an issue where uncollapsed a window would show a scrollbar for a frame.
|
||||
- Window: Auto-fit size takes account of work rectangle (menu bars eating from viewport). (#5843)
|
||||
- Window: Fixed position not being clamped while auto-resizing (fixes appearing windows without
|
||||
.ini data from moving for a frame when using io.ConfigWindowsMoveFromTitleBarOnly). (#5843)
|
||||
- IO: Added ImGuiMod_Shortcut which is ImGuiMod_Super on Mac and ImGuiMod_Ctrl otherwise. (#456)
|
||||
- IO: Added ImGuiKey_MouseXXX aliases for mouse buttons/wheel so all operations done on ImGuiKey
|
||||
can apply to mouse data as well. (#4921)
|
||||
|
Reference in New Issue
Block a user