Skip to content

Commit 3e8a691

Browse files
authored
Merge pull request #391 from Unity-Technologies/UT-60-fix-filename-text-color-unity-pro
UT-60 fix export filename text field text color in Unity pro
2 parents 530e9af + 369d4e1 commit 3e8a691

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Assets/com.unity.formats.fbx/Editor/Scripts/ExportModelEditorWindow.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ protected virtual void OnEnable(){
6464
m_nameTextFieldStyle = new GUIStyle(GUIStyle.none);
6565
m_nameTextFieldStyle.alignment = TextAnchor.LowerCenter;
6666
m_nameTextFieldStyle.clipping = TextClipping.Clip;
67+
m_nameTextFieldStyle.normal.textColor = EditorStyles.textField.normal.textColor;
6768

6869
m_fbxExtLabelStyle = new GUIStyle (GUIStyle.none);
6970
m_fbxExtLabelStyle.alignment = TextAnchor.MiddleLeft;

0 commit comments

Comments
 (0)