mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Meep
This commit is contained in:
parent
de08862a88
commit
153b1e0d83
2 changed files with 2 additions and 4 deletions
2
OtterGui
2
OtterGui
|
|
@ -1 +1 @@
|
|||
Subproject commit 5d0aed2b32a61654321a6616689932635cb35dde
|
||||
Subproject commit c6f101bbef976b74eb651523445563dd81fafbaf
|
||||
|
|
@ -419,11 +419,9 @@ public partial class ModEditWindow
|
|||
|
||||
private static bool DrawOtherModelDetails(MdlFile file, bool _)
|
||||
{
|
||||
if (!ImGui.CollapsingHeader("Further Content"))
|
||||
if (!ImRaii.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