mirror of
https://github.com/ocornut/imgui.git
synced 2025-04-14 17:13:46 +00:00
parent
c3ea1748dc
commit
5d7bd2309b
1 changed files with 3 additions and 0 deletions
|
@ -8930,6 +8930,9 @@ void ImGui::LogFinish()
|
|||
if (!g.LogBuffer.empty())
|
||||
SetClipboardText(g.LogBuffer.begin());
|
||||
break;
|
||||
case ImGuiLogType_None:
|
||||
IM_ASSERT(0);
|
||||
break;
|
||||
}
|
||||
|
||||
g.LogEnabled = false;
|
||||
|
|
Loading…
Add table
Reference in a new issue