|
|
@@ -1,4 +1,4 @@
|
|
|
-// ImGui library v1.41 WIP
|
|
|
+// ImGui library v1.41
|
|
|
// See ImGui::ShowTestWindow() for sample code.
|
|
|
// Read 'Programmer guide' below for notes on how to setup ImGui in your codebase.
|
|
|
// Get latest version at https://github.com/ocornut/imgui
|
|
|
@@ -10985,7 +10985,7 @@ void ImGui::ShowTestWindow(bool* opened)
|
|
|
|
|
|
if (ImGui::TreeNode("Multi-line Text Input"))
|
|
|
{
|
|
|
- static char text[1024*4] = "// F00F bug\nlabel:\n\tlock cmpxchg8b eax\n";
|
|
|
+ static char text[1024*16] = "// F00F bug\nlabel:\n\tlock cmpxchg8b eax\n";
|
|
|
ImGui::PushItemWidth(-1.0f);
|
|
|
ImGui::InputTextMultiline("##source", text, IM_ARRAYSIZE(text), ImVec2(0.f, ImGui::GetTextLineHeight() * 16), ImGuiInputTextFlags_AllowTabInput);
|
|
|
ImGui::PopItemWidth();
|