From 26436be7f1ae7d7edae0d5b4bddf85cdf0367dfb Mon Sep 17 00:00:00 2001
From: client_Zxw <826696702@qq.com>
Date: 星期一, 21 一月 2019 11:34:47 +0800
Subject: [PATCH] Merge http://192.168.0.87:10010/r/snxxz_scripts into SpringFestival

---
 Core/MapEditor/Behavior/Bhv_Trasfer.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Core/MapEditor/Behavior/Bhv_Trasfer.cs b/Core/MapEditor/Behavior/Bhv_Trasfer.cs
index 8a5859b..b5392ed 100644
--- a/Core/MapEditor/Behavior/Bhv_Trasfer.cs
+++ b/Core/MapEditor/Behavior/Bhv_Trasfer.cs
@@ -70,7 +70,7 @@
             EditorGUILayout.BeginVertical(guiSkin.box);
             EditorGUILayout.BeginHorizontal(GUILayout.Height(20));
             EditorGUI.indentLevel += 1;
-            showDetail = EditorGUILayout.Foldout(showDetail, "  No." + mapData.transferList.IndexOf(this), true, guiSkin.toggle);
+            showDetail = EditorGUILayout.Foldout(showDetail, "  No." + mapData.transferList.IndexOf(this), true, guiSkin.customStyles[3]);
             if (GUILayout.Button("鍒犻櫎", guiSkin.button, GUILayout.Width(60), GUILayout.Height(20)))
             {
                 _result = true;

--
Gitblit v1.8.0