mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2026-02-21 15:07:43 +01:00
Fix some issues with parameters.
This commit is contained in:
parent
ed27b1dff4
commit
630647b544
14 changed files with 52 additions and 30 deletions
|
|
@ -41,7 +41,8 @@ public class DesignDetailTab
|
|||
|
||||
public void Draw()
|
||||
{
|
||||
if (!ImGui.CollapsingHeader("Design Details"))
|
||||
using var h = ImRaii.CollapsingHeader("Design Details");
|
||||
if (!h)
|
||||
return;
|
||||
|
||||
DrawDesignInfoTable();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue