mirror of
https://github.com/ocornut/imgui.git
synced 2026-07-05 17:15:20 +00:00
BeginMenu(), MenuItem() use NextItemData.Flags + Fixed typo in comment. (#9456)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user