From 1853339f1dd349d0cb76ec06b435c07ed2ffe683 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期一, 22 七月 2024 14:23:46 +0800
Subject: [PATCH] 0312 窗口管理报错

---
 Assets/Editor/Tool/WindowTool.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Assets/Editor/Tool/WindowTool.cs b/Assets/Editor/Tool/WindowTool.cs
index 31181d8..bb99570 100644
--- a/Assets/Editor/Tool/WindowTool.cs
+++ b/Assets/Editor/Tool/WindowTool.cs
@@ -18,6 +18,7 @@
         EditorGUILayout.Space();
         EditorGUILayout.BeginHorizontal();
         GUILayout.Label("绐楀彛鍚嶇О");
+        EditorGUILayout.EndHorizontal();
         windowName = GUILayout.TextField(windowName, GUILayout.MinWidth(300));
         if (GUILayout.Button("鎵撳紑"))
         {

--
Gitblit v1.8.0