Skip to content

Commit b532b20

Browse files
author
JunichiEnomoto
committed
fix : renamed class
1 parent f69894e commit b532b20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Assets/RubyTextMeshPro/Source/Editor/RubyTMP_EditorPanelUI.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
namespace TMPro.EditorUtilities
66
{
77
[CustomEditor(typeof(RubyTextMeshProUGUI), true), CanEditMultipleObjects]
8-
public class RubyTMP_UiEditorPanel : TMP_EditorPanelUI
8+
public class RubyTMP_EditorPanelUI : TMP_EditorPanelUI
99
{
1010
//Labels and Tooltips
1111
private static readonly GUIContent k_RtlToggleLabel = new GUIContent("Enable RTL Editor", "Reverses text direction and allows right to left editing.");

0 commit comments

Comments
 (0)