mirror of
https://github.com/Drezil/imgui.git
synced 2025-07-15 09:13:13 +02:00
This commit is contained in:
@ -1244,6 +1244,9 @@ void ImGui::ShowTestWindow(bool* p_open)
|
||||
ImGui::Text("All those beautiful files will be deleted.\nThis operation cannot be undone!\n\n");
|
||||
ImGui::Separator();
|
||||
|
||||
//static int dummy_i = 0;
|
||||
//ImGui::Combo("Combo", &dummy_i, "Delete\0Delete harder\0");
|
||||
|
||||
static bool dont_ask_me_next_time = false;
|
||||
ImGui::PushStyleVar(ImGuiStyleVar_FramePadding, ImVec2(0,0));
|
||||
ImGui::Checkbox("Don't ask me next time", &dont_ask_me_next_time);
|
||||
|
Reference in New Issue
Block a user