mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 12:14:16 +01:00
fix scrollbar not showing
This commit is contained in:
parent
d10a6dab82
commit
8b31936fd9
1 changed files with 1 additions and 1 deletions
|
|
@ -628,7 +628,7 @@ namespace Dalamud.Interface.Internal.Windows
|
||||||
this.DrawPluginCategorySelectors();
|
this.DrawPluginCategorySelectors();
|
||||||
|
|
||||||
ImGui.TableNextColumn();
|
ImGui.TableNextColumn();
|
||||||
if (ImGui.BeginChild($"ScrollingPlugins", new Vector2(useContentWidth, 0), false, ImGuiWindowFlags.HorizontalScrollbar | ImGuiWindowFlags.NoBackground))
|
if (ImGui.BeginChild("ScrollingPlugins", new Vector2(-1, 0), false, ImGuiWindowFlags.HorizontalScrollbar | ImGuiWindowFlags.NoBackground))
|
||||||
{
|
{
|
||||||
this.DrawPluginCategoryContent();
|
this.DrawPluginCategoryContent();
|
||||||
ImGui.EndChild();
|
ImGui.EndChild();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue