We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 38818d3 + f246dd6 commit 18976a3Copy full SHA for 18976a3
Assets/FbxExporters/Editor/FbxExportSettings.cs
@@ -65,6 +65,11 @@ public override void OnInspectorGUI() {
65
Debug.LogWarning ("Please select a location in the Assets folder");
66
} else {
67
ExportSettings.SetRelativeSavePath(relativePath);
68
+
69
+ // Make sure focus is removed from the selectable label
70
+ // otherwise it won't update
71
+ GUIUtility.hotControl = 0;
72
+ GUIUtility.keyboardControl = 0;
73
}
74
75
0 commit comments