mirror of
https://github.com/ocornut/imgui.git
synced 2026-07-05 17:15:20 +00:00
Fixed window using the ImGuiWindowFlags_AlwaysAutoResize flag would have ItemWidth default change when docked. (#9355, #9443)
Amend 95bd1577d,
This commit is contained in:
@@ -88,6 +88,10 @@ Docking+Viewports Branch:
|
||||
- Viewports:
|
||||
- Fixed an issue where the implicit "Debug" window while hidden would erroneously
|
||||
interfere with merging secondary viewports into the main viewport.
|
||||
- Docking:
|
||||
- Fixed behavior change/regression in 1.92.8 where a window using the
|
||||
ImGuiWindowFlags_AlwaysAutoResize flag would have ItemWidth default
|
||||
change when docked. (#9355, #9443) [@reybits]
|
||||
|
||||
|
||||
-----------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user