| System/Compose/New/ComposeWinModel.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
System/Compose/New/ComposeWinModel.cs
@@ -542,22 +542,15 @@ if(fixedMat.Count > 0 && unfixedMat.Count > 0) { if(isFixedBind && isUnFixedBind) if(isFixedBind != isUnFixedBind || (isFixedBind == isUnFixedBind && fixedNoBindRecord != unfixedNoBindRecord)) { return false; return true; } else { if (isFixedBind || isUnFixedBind) { return true; } else { return false; } return false; } } else if(fixedMat.Count > 0) {