mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-09 23:54:20 +00:00
Version 1.91.0
This commit is contained in:
parent
ec9a4ef487
commit
8199457a7d
8 changed files with 78 additions and 70 deletions
|
|
@ -1,4 +1,4 @@
|
|||
// dear imgui, v1.91.0 WIP
|
||||
// dear imgui, v1.91.0
|
||||
// (demo code)
|
||||
|
||||
// Help:
|
||||
|
|
@ -3621,7 +3621,7 @@ static void ShowDemoWindowMultiSelect(ImGuiDemoWindowData* demo_data)
|
|||
static bool use_deletion = true;
|
||||
static bool use_drag_drop = true;
|
||||
static bool show_in_table = false;
|
||||
static bool show_color_button = false;
|
||||
static bool show_color_button = true;
|
||||
static ImGuiMultiSelectFlags flags = ImGuiMultiSelectFlags_ClearOnEscape | ImGuiMultiSelectFlags_BoxSelect1d;
|
||||
static WidgetType widget_type = WidgetType_Selectable;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue