Internals: removed seemingly unused AutoFitChildAxises.

The clamp was done on BeginChild(). Amend 2545d75c
This commit is contained in:
ocornut
2023-10-13 14:52:08 +02:00
parent 12a3c77c2f
commit 0b8c6b9bce
2 changed files with 5 additions and 16 deletions

View File

@ -2436,7 +2436,6 @@ struct IMGUI_API ImGuiWindow
short FocusOrder; // Order within WindowsFocusOrder[], altered when windows are focused.
ImGuiID PopupId; // ID in the popup stack when this window is used as a popup/menu (because we use generic Name/ID for recycling)
ImS8 AutoFitFramesX, AutoFitFramesY;
ImS8 AutoFitChildAxises;
bool AutoFitOnlyGrows;
ImGuiDir AutoPosLastDirection;
ImS8 HiddenFramesCanSkipItems; // Hide the window for N frames