mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-15 05:04:15 +01:00
Fix further content expanding other sections
This commit is contained in:
parent
ae409c2cd1
commit
c11519c95e
1 changed files with 2 additions and 0 deletions
|
|
@ -386,6 +386,8 @@ public partial class ModEditWindow
|
||||||
if (!ImGui.CollapsingHeader("Further Content"))
|
if (!ImGui.CollapsingHeader("Further Content"))
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
using var furtherContentId = ImRaii.PushId("furtherContent");
|
||||||
|
|
||||||
using (var table = ImRaii.Table("##data", 2, ImGuiTableFlags.SizingFixedFit))
|
using (var table = ImRaii.Table("##data", 2, ImGuiTableFlags.SizingFixedFit))
|
||||||
{
|
{
|
||||||
if (table)
|
if (table)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue