1
0
mirror of synced 2024-09-24 03:28:21 +02:00

Fix layout editor panel toggle for timeline

This commit is contained in:
KillzXGaming 2020-02-21 17:58:13 -05:00
parent 9d0dd3cb94
commit daaa2b72b6
2 changed files with 4 additions and 0 deletions

View File

@ -83,6 +83,9 @@ namespace LayoutBXLYT
public void LoadAnimation(BxlanHeader bxlan)
{
if (bxlan == null)
return;
isLoaded = false;
listView1.BeginUpdate();
listView1.Items.Add(new ListViewItem(bxlan.FileName)

View File

@ -228,6 +228,7 @@ namespace LayoutBXLYT
ShowPropertiesPanel();
UpdateBackColor();
ShowAnimationPanel();
UpdateMenuBar();
}
private void ResetEditors()