mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-06 03:31: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) {
|
if (openWarningPopup) {
|
||||||
ImGui::OpenPopup("Value exists");
|
ImGui::OpenPopup("Value exists");
|
||||||
}
|
}
|
||||||
if (ImGui::BeginPopupModal("Value exists", NULL,
|
if (ImGui::BeginPopupModal("Value exists", nullptr,
|
||||||
ImGuiWindowFlags_AlwaysAutoResize)) {
|
ImGuiWindowFlags_AlwaysAutoResize)) {
|
||||||
ImGui::Text("The provided name %s already exists in the tree!", nameBuffer);
|
ImGui::Text("The provided name %s already exists in the tree!", nameBuffer);
|
||||||
ImGui::Separator();
|
ImGui::Separator();
|
||||||
|
|||||||
Reference in New Issue
Block a user