BeginMenu(), MenuItem() use NextItemData.Flags + Fixed typo in comment. (#9456)

This commit is contained in:
ocornut
2026-07-01 12:38:00 +02:00
parent 9e6c0416fe
commit e408733ecc
2 changed files with 3 additions and 7 deletions

View File

@@ -1519,7 +1519,7 @@ ImGuiStyle::ImGuiStyle()
GrabRounding = 0.0f; // Radius of grabs corners rounding. Set to 0.0f to have rectangular slider grabs.
LogSliderDeadzone = 4.0f; // The size in pixels of the dead-zone around zero on logarithmic sliders that cross zero.
ImageRounding = 0.0f; // Rounding of Image() calls.
ImageBorderSize = 0.0f; // Thickness of border around tabs.
ImageBorderSize = 0.0f; // Thickness of border around Image() calls.
TabRounding = 5.0f; // Radius of upper corners of a tab. Set to 0.0f to have rectangular tabs.
TabBorderSize = 0.0f; // Thickness of border around tabs.
TabMinWidthBase = 1.0f; // Minimum tab width, to make tabs larger than their contents. TabBar buttons are not affected.