mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-24 02:14:22 +00:00
Nav: Comments (#787)
This commit is contained in:
parent
942c140710
commit
efbd8cebe7
3 changed files with 12 additions and 8 deletions
|
|
@ -1533,7 +1533,7 @@ void ImGui::ShowDemoWindow(bool* p_open)
|
|||
ImGui::OpenPopup("Delete?");
|
||||
if (ImGui::BeginPopupModal("Delete?", NULL, ImGuiWindowFlags_AlwaysAutoResize))
|
||||
{
|
||||
ImGui::Text("All those beautiful files will be deleted.\nThis operation cannot be undone!\n\n");
|
||||
ImGui::Text("All those beautiful files will be deleted.\nThis operation cannot be undone!\n\n");
|
||||
ImGui::Separator();
|
||||
|
||||
//static int dummy_i = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue