mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-12 18:27:24 +01:00
Fix ImGui Assertion.
This commit is contained in:
parent
664b42eee8
commit
56d014e14f
3 changed files with 3 additions and 3 deletions
|
|
@ -295,7 +295,7 @@ public partial class CustomizationDrawer
|
||||||
|
|
||||||
private void ApplyCheckbox(CustomizeIndex index)
|
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))
|
if (UiHelpers.DrawCheckbox("##apply", $"Apply the {_currentOption} customization in this design.", _currentApply, out _, _locked))
|
||||||
ToggleApply();
|
ToggleApply();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
2
OtterGui
2
OtterGui
|
|
@ -1 +1 @@
|
||||||
Subproject commit 95b8d177883b03f804d77434f45e9de97fdb9adf
|
Subproject commit d9caded5efb7c9db0a273a43bb5f6d53cf4ace7f
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 6848397dd77cfcdbff1accd860d5b7e95f8c9fe5
|
Subproject commit ffc149cc8c169c2c6e838cbd138676f6fe4daeea
|
||||||
Loading…
Add table
Add a link
Reference in a new issue