mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[glass] modernize-use-nullptr (NFC) (#3006)
This commit is contained in:
@@ -580,7 +580,7 @@ static void EmitParentContextMenu(const std::string& path,
|
||||
if (openWarningPopup) {
|
||||
ImGui::OpenPopup("Value exists");
|
||||
}
|
||||
if (ImGui::BeginPopupModal("Value exists", NULL,
|
||||
if (ImGui::BeginPopupModal("Value exists", nullptr,
|
||||
ImGuiWindowFlags_AlwaysAutoResize)) {
|
||||
ImGui::Text("The provided name %s already exists in the tree!", nameBuffer);
|
||||
ImGui::Separator();
|
||||
|
||||
Reference in New Issue
Block a user