mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-23 09:20:08 +00:00
3.0 - optimize code
This commit is contained in:
@@ -167,7 +167,7 @@ namespace XCharts.Editor
|
||||
{
|
||||
sb.Length = 0;
|
||||
sb.AppendFormat("v{0}", XChartsMgr.fullVersion);
|
||||
//if(m_EnableTextMeshPro.boolValue)
|
||||
if(m_EnableTextMeshPro.boolValue)
|
||||
sb.Append("-tmp");
|
||||
EditorGUILayout.HelpBox(sb.ToString(), MessageType.None);
|
||||
}
|
||||
@@ -265,7 +265,7 @@ namespace XCharts.Editor
|
||||
}
|
||||
if (GUILayout.Button("Reinit Component"))
|
||||
{
|
||||
m_Chart.ReinitAllChartComponent();
|
||||
m_Chart.RemoveAndReinitChartObject();
|
||||
}
|
||||
if (m_CheckWarning)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user