Merge remote-tracking branch 'Exter-N/patch-1'

This commit is contained in:
Ottermandias 2024-08-06 17:13:17 +02:00
commit b8a3a854bd

View file

@ -606,7 +606,7 @@ public partial class MtrlTab
if (_stainService.GudTemplateCombo.Draw("##dyeTemplate", dye.Template.ToString(), string.Empty,
scalarSize + ImGui.GetStyle().ScrollbarSize / 2, ImGui.GetTextLineHeightWithSpacing(), ImGuiComboFlags.NoArrowButton))
{
dye.Template = _stainService.LegacyTemplateCombo.CurrentSelection;
dye.Template = _stainService.GudTemplateCombo.CurrentSelection;
ret = true;
}