From b92d92e2df7328114cd08a6a4e971c02c3cf69f1 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期二, 06 十一月 2018 10:33:37 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
System/Compose/New/ComposeWinModel.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/System/Compose/New/ComposeWinModel.cs b/System/Compose/New/ComposeWinModel.cs
index d5e867d..b06c50e 100644
--- a/System/Compose/New/ComposeWinModel.cs
+++ b/System/Compose/New/ComposeWinModel.cs
@@ -220,7 +220,7 @@
public bool TryGetFirstTypeData(int firstType,out ComposeFirstTypeData firstTypeData)
{
firstTypeData = null;
- return composeDataDict.TryGetValue(firstType,out firstTypeData);
+ return composeOpenDataDict.TryGetValue(firstType,out firstTypeData);
}
public bool TryGetSecondTypeData(int firstType,int secondType,out ComposeSecondTypeData secondTypeData)
--
Gitblit v1.8.0