Skip to content

Commit 885061f

Browse files
committed
Fix a problem where the Project Settings window would not display correctly when opening PICO Platform Settings
1 parent 3aa3e62 commit 885061f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Platform/Editor/PlatformConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ void OnGUI()
277277
GUILayout.Space(5);
278278
GUILayout.Label(new GUIContent(strBuildSettingText[(int) language], strBuildSettingHelpText[(int) language]));
279279

280-
GUIStyle style = "frameBox";
280+
GUIStyle style = new GUIStyle("frameBox");
281281
style.fixedWidth = frameWidth;
282282
EditorGUILayout.BeginVertical(style);
283283

0 commit comments

Comments
 (0)