فهرست منبع

Enable GUI after drawing main window content

habeebweeb 4 سال پیش
والد
کامیت
a7ce5e589a
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Windows/BaseMainWindow.cs

+ 2 - 0
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Windows/BaseMainWindow.cs

@@ -11,6 +11,8 @@ namespace COM3D2.MeidoPhotoStudio.Plugin
 
             Draw();
 
+            GUI.enabled = true;
+
             GUILayout.FlexibleSpace();
             GUIStyle labelStyle = new GUIStyle(GUI.skin.label);
             labelStyle.fontSize = 10;