mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +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"))
|
||||
return false;
|
||||
|
||||
using var furtherContentId = ImRaii.PushId("furtherContent");
|
||||
|
||||
using (var table = ImRaii.Table("##data", 2, ImGuiTableFlags.SizingFixedFit))
|
||||
{
|
||||
if (table)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue