diff --git a/FrameworkLocal/UIClient/CenterViews/Editors/Recipe/RecipeData.cs b/FrameworkLocal/UIClient/CenterViews/Editors/Recipe/RecipeData.cs index 08b0488..7524929 100644 --- a/FrameworkLocal/UIClient/CenterViews/Editors/Recipe/RecipeData.cs +++ b/FrameworkLocal/UIClient/CenterViews/Editors/Recipe/RecipeData.cs @@ -1003,6 +1003,10 @@ namespace MECF.Framework.UI.Client.CenterViews.Editors.Recipe { ((StringParam)targetParams[index]).Value = ((StringParam)_sourceParams[index]).Value; } + else if (_sourceParams[index] is Sets3RatioParam) + { + ((Sets3RatioParam)targetParams[index]).Value = ((Sets3RatioParam)_sourceParams[index]).Value; + } else if (_sourceParams[index] is IntParam) { ((IntParam)targetParams[index]).Value = ((IntParam)_sourceParams[index]).Value;