mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-15 21:24:18 +01:00
stupid.
This commit is contained in:
parent
1e33a8bb22
commit
3debd47064
1 changed files with 2 additions and 1 deletions
|
|
@ -419,7 +419,8 @@ public partial class ModEditWindow
|
||||||
|
|
||||||
private static bool DrawOtherModelDetails(MdlFile file, bool _)
|
private static bool DrawOtherModelDetails(MdlFile file, bool _)
|
||||||
{
|
{
|
||||||
if (!ImRaii.CollapsingHeader("Further Content"))
|
using var header = ImRaii.CollapsingHeader("Further Content");
|
||||||
|
if (!header)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
using (var table = ImRaii.Table("##data", 2, ImGuiTableFlags.SizingFixedFit))
|
using (var table = ImRaii.Table("##data", 2, ImGuiTableFlags.SizingFixedFit))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue