소스 검색

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;