修复Tooltip不触发的问题

This commit is contained in:
monitor1394
2021-05-18 09:29:03 +08:00
parent 01b77ccb55
commit 4de87fd358
5 changed files with 5 additions and 5 deletions

View File

@@ -322,7 +322,7 @@ namespace XCharts
{
drawRect.width = drawRect.width - 18;
EditorGUI.PropertyField(drawRect, element, new GUIContent("Element " + index));
drawRect.x = currentWidth - 45;
drawRect.x = currentWidth - 40;
EditorGUI.PropertyField(drawRect, selected, GUIContent.none);
drawRect.x = lastX;
drawRect.width = lastWid;