Fix further content expanding other sections

This commit is contained in:
ackwell 2024-01-20 15:32:44 +11:00
parent ae409c2cd1
commit c11519c95e

View file

@ -386,6 +386,8 @@ public partial class ModEditWindow
if (!ImGui.CollapsingHeader("Further Content"))
return false;
using var furtherContentId = ImRaii.PushId("furtherContent");
using (var table = ImRaii.Table("##data", 2, ImGuiTableFlags.SizingFixedFit))
{
if (table)