Fix ImGui Assertion.

This commit is contained in:
Ottermandias 2024-12-25 22:21:58 +01:00
parent 664b42eee8
commit 56d014e14f
3 changed files with 3 additions and 3 deletions

View file

@ -295,7 +295,7 @@ public partial class CustomizationDrawer
private void ApplyCheckbox(CustomizeIndex index)
{
SetId(index);
using var id = SetId(index);
if (UiHelpers.DrawCheckbox("##apply", $"Apply the {_currentOption} customization in this design.", _currentApply, out _, _locked))
ToggleApply();
}

@ -1 +1 @@
Subproject commit 95b8d177883b03f804d77434f45e9de97fdb9adf
Subproject commit d9caded5efb7c9db0a273a43bb5f6d53cf4ace7f

@ -1 +1 @@
Subproject commit 6848397dd77cfcdbff1accd860d5b7e95f8c9fe5
Subproject commit ffc149cc8c169c2c6e838cbd138676f6fe4daeea