mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 08:47:37 +02:00
fix event grid not scaling with song (#172)
This commit is contained in:
@ -282,6 +282,7 @@ namespace HeavenStudio.Editor.Track
|
||||
if (songBeats == 0) songBeats = 320;
|
||||
else songBeats += 10;
|
||||
TimelineContent.sizeDelta = new Vector2(songBeats, currentSizeDelta.y);
|
||||
TimelineEventGrid.sizeDelta = new Vector2(songBeats, currentSizeDelta.y);
|
||||
}
|
||||
|
||||
public void AutoBtnUpdate()
|
||||
|
Reference in New Issue
Block a user