mirror of
https://github.com/ocornut/imgui.git
synced 2026-04-19 14:00:54 +00:00
InputText: rename Edited->EditedThisFrame, add EditedBefore. (#701) + Comments + About box clipboard blurb include a comment.
This commit is contained in:
@@ -8175,6 +8175,7 @@ void ImGui::ShowAboutWindow(bool* p_open)
|
||||
if (copy_to_clipboard)
|
||||
{
|
||||
ImGui::LogToClipboard();
|
||||
ImGui::LogText("// (Copy from the next line. Keep the ``` markers for formatting.)\n");
|
||||
ImGui::LogText("```cpp\n"); // Back quotes will make text appears without formatting when pasting on GitHub
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user