해상도 변경 시 작업 조건 분석 차트 가로축 UI 위치가 어긋나는 오류 #125
@@ -132,7 +132,7 @@ public class UI_GraphChart : UIBase, IPointerClickHandler
|
||||
foreach(var index in labelPos.Keys)
|
||||
{
|
||||
var date = Instantiate(prf_dateTime, Content_DateTime);
|
||||
date.transform.position = new Vector3(labelPos[index].x, offsetY, 0);
|
||||
date.transform.position = new Vector3(labelPos[index].x, Content_DateTime.transform.position.y, 0);
|
||||
date.SetDateTime(graphDateTimeData[index]);
|
||||
}
|
||||
Graph.OnRedraw.RemoveAllListeners();
|
||||
|
||||
Reference in New Issue
Block a user