Skip to content

Commit 150525a

Browse files
committed
flip endscrollview and endvertical
1 parent 8dbd08e commit 150525a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/FbxExporters/Editor/FbxExportSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@ public override void OnInspectorGUI() {
152152
}
153153

154154
GUILayout.FlexibleSpace ();
155-
GUILayout.EndScrollView ();
156155
GUILayout.EndVertical();
156+
GUILayout.EndScrollView ();
157157

158158
if (GUI.changed) {
159159
EditorUtility.SetDirty (exportSettings);

0 commit comments

Comments
 (0)