mirror of
https://github.com/Drezil/imgui.git
synced 2025-07-04 12:08:47 +02:00
Combo: amends for ImGuiComboFlags_WidthFitPreview. (#6881)
Amend 112d8fc
This commit is contained in:
2
imgui.h
2
imgui.h
@ -1115,7 +1115,7 @@ enum ImGuiComboFlags_
|
||||
ImGuiComboFlags_HeightLargest = 1 << 4, // As many fitting items as possible
|
||||
ImGuiComboFlags_NoArrowButton = 1 << 5, // Display on the preview box without the square arrow button
|
||||
ImGuiComboFlags_NoPreview = 1 << 6, // Display only a square arrow button
|
||||
ImGuiComboFlags_WidthFitPreview = 1 << 7, // Dynamic width depending on current selected element
|
||||
ImGuiComboFlags_WidthFitPreview = 1 << 7, // Width dynamically calculated from preview contents
|
||||
ImGuiComboFlags_HeightMask_ = ImGuiComboFlags_HeightSmall | ImGuiComboFlags_HeightRegular | ImGuiComboFlags_HeightLarge | ImGuiComboFlags_HeightLargest,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user