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