From 2e5296ea3c4007d5d3a599e97ff44a05b4202e08 Mon Sep 17 00:00:00 2001 From: Raymond Date: Mon, 1 Nov 2021 12:57:48 -0400 Subject: [PATCH] Console window: always have scrollbars --- Dalamud/Interface/Internal/Windows/ConsoleWindow.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dalamud/Interface/Internal/Windows/ConsoleWindow.cs b/Dalamud/Interface/Internal/Windows/ConsoleWindow.cs index fadf974c1..a34d758f7 100644 --- a/Dalamud/Interface/Internal/Windows/ConsoleWindow.cs +++ b/Dalamud/Interface/Internal/Windows/ConsoleWindow.cs @@ -196,7 +196,7 @@ namespace Dalamud.Interface.Internal.Windows if (ImGui.IsItemHovered()) ImGui.SetTooltip("Kill game"); - ImGui.BeginChild("scrolling", new Vector2(0, ImGui.GetFrameHeightWithSpacing() - 55), false, ImGuiWindowFlags.HorizontalScrollbar); + ImGui.BeginChild("scrolling", new Vector2(0, ImGui.GetFrameHeightWithSpacing() - 55), false, ImGuiWindowFlags.AlwaysHorizontalScrollbar | ImGuiWindowFlags.AlwaysVerticalScrollbar); if (clear) {