From 81ed97f5e7961f81d8cc57d312da74094a31f1fc Mon Sep 17 00:00:00 2001 From: THINKPAD Date: Wed, 26 Oct 2022 14:45:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3RecipeStep=E5=A4=8D=E5=88=B6?= =?UTF-8?q?=E6=97=B6=E6=AF=94=E4=BE=8B=E5=80=BC=E6=9C=AA=E8=A2=AB=E5=A4=8D?= =?UTF-8?q?=E5=88=B6=E7=9A=84=E9=97=AE=E9=A2=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../UIClient/CenterViews/Editors/Recipe/RecipeData.cs | 4 ++++ 1 file changed, 4 insertions(+) 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;