forked from aly/qstbak
muffin v7.5.12
This commit is contained in:
parent
3102923ce2
commit
911ed68baa
65 changed files with 2356 additions and 1539 deletions
|
|
@ -94,7 +94,13 @@ internal sealed class SavedPresetsComponent
|
|||
{
|
||||
DrawSaveSection();
|
||||
UiThemeUtils.SectionSpacing();
|
||||
DrawSavedPresets();
|
||||
using (ImRaii.ChildDisposable childDisposable = ImRaii.Child("SavedPresetsList", new Vector2(-1f, 300f), border: true, ImGuiWindowFlags.AlwaysVerticalScrollbar))
|
||||
{
|
||||
if ((bool)childDisposable)
|
||||
{
|
||||
DrawSavedPresets();
|
||||
}
|
||||
}
|
||||
UiThemeUtils.SectionSpacing();
|
||||
DrawBottomButtons();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue