mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2025-02-16 22:08:26 +00:00
Fix layout editor panel toggle for timeline
This commit is contained in:
parent
9d0dd3cb94
commit
daaa2b72b6
2 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||
|
|
|
@ -228,6 +228,7 @@ namespace LayoutBXLYT
|
|||
ShowPropertiesPanel();
|
||||
UpdateBackColor();
|
||||
ShowAnimationPanel();
|
||||
UpdateMenuBar();
|
||||
}
|
||||
|
||||
private void ResetEditors()
|
||||
|
|
Loading…
Add table
Reference in a new issue