Sfoglia il codice sorgente

修改删除“,”

cxs 1 anno fa
parent
commit
1a309d152e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      OTSPartA_STDEditor/UI/Form_Main.cs

+ 1 - 1
OTSPartA_STDEditor/UI/Form_Main.cs

@@ -651,7 +651,7 @@ namespace OTSPartA_STDEditor
                     if (str_RemoveBlank.Contains("forth_elem"))
                     {
                         str_RemoveBlank = str_RemoveBlank.Replace("forth_elem", "");
-                        UsingOtherPropertyList = "forth_elem,";
+                        UsingOtherPropertyList = "forth_elem";
                     }
 
                     str_RemoveBlank = str_RemoveBlank.Replace(" ", "");