mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-13 12:14:17 +01:00
Merge remote-tracking branch 'Exter-N/patch-1'
This commit is contained in:
commit
b8a3a854bd
1 changed files with 1 additions and 1 deletions
|
|
@ -606,7 +606,7 @@ public partial class MtrlTab
|
||||||
if (_stainService.GudTemplateCombo.Draw("##dyeTemplate", dye.Template.ToString(), string.Empty,
|
if (_stainService.GudTemplateCombo.Draw("##dyeTemplate", dye.Template.ToString(), string.Empty,
|
||||||
scalarSize + ImGui.GetStyle().ScrollbarSize / 2, ImGui.GetTextLineHeightWithSpacing(), ImGuiComboFlags.NoArrowButton))
|
scalarSize + ImGui.GetStyle().ScrollbarSize / 2, ImGui.GetTextLineHeightWithSpacing(), ImGuiComboFlags.NoArrowButton))
|
||||||
{
|
{
|
||||||
dye.Template = _stainService.LegacyTemplateCombo.CurrentSelection;
|
dye.Template = _stainService.GudTemplateCombo.CurrentSelection;
|
||||||
ret = true;
|
ret = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue