Optimize UI for complex timelines with many tracks

This commit is contained in:
Wojtek Figat
2021-07-29 10:25:58 +02:00
parent 3331753bcd
commit d505160444
6 changed files with 12 additions and 13 deletions

View File

@@ -532,7 +532,7 @@ namespace FlaxEditor.GUI.Timeline
/// <summary>
/// Gets the media controls parent panel.
/// </summary>
public Background MediaPanel => _background;
public ContainerControl MediaPanel => _background;
/// <summary>
/// Gets the track controls parent panel.