Explorar o código

Fix face blend dropdown enabled with no maids

habeebweeb %!s(int64=4) %!d(string=hai) anos
pai
achega
c0a5cfd603

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/FaceWindowPanes/MaidFaceBlendPane.cs

@@ -114,7 +114,7 @@ namespace COM3D2.MeidoPhotoStudio.Plugin
             GUILayout.EndHorizontal();
 
             GUILayout.BeginHorizontal();
-            GUI.enabled = faceListEnabled;
+            GUI.enabled = GUI.enabled && faceListEnabled;
             facePrevButton.Draw(arrowLayoutOptions);
             faceBlendDropdown.Draw(dropdownLayoutOptions);
             faceNextButton.Draw(arrowLayoutOptions);