mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-17 07:04:49 +08:00
Fixed UI bug with New Zone list, added delete buttons
This commit is contained in:
@@ -140,5 +140,11 @@ namespace CodeWalker.Project.Panels
|
||||
ProjectItemChanged();
|
||||
}
|
||||
}
|
||||
|
||||
private void DeleteButton_Click(object sender, EventArgs e)
|
||||
{
|
||||
ProjectForm.SetProjectItem(CurrentZoneList);
|
||||
ProjectForm.DeleteAudioZoneList();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user