Skip to content

Commit eb04af0

Browse files
authored
Remove problematic GUILayout.TextArea call (#99)
Closes #58
1 parent d560b11 commit eb04af0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

RuntimeUnityEditor.Core/Windows/Inspector/Inspector.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -451,10 +451,9 @@ private void DrawSingleContentEntry(ICacheEntry entry)
451451
catch (Exception ex)
452452
{
453453
RuntimeUnityEditorCore.Logger.Log(LogLevel.Error, $"[{Title}] Failed to draw setting {entry?.Name()} - {ex.Message}");
454-
GUILayout.TextArea(ex.Message, GUI.skin.label, IMGUIUtils.LayoutOptionsExpandWidthTrue);
455454
}
456455
}
457456
GUILayout.EndHorizontal();
458457
}
459458
}
460-
}
459+
}

0 commit comments

Comments
 (0)