mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-14 06:54:44 +08:00
Fixed UI bug with New Emitter/Zone list
This commit is contained in:
@@ -4818,7 +4818,7 @@ namespace CodeWalker.Project
|
||||
ProjectExplorer?.TrySelectAudioZoneListTreeNode(zonelist);
|
||||
CurrentAudioZoneList = zonelist;
|
||||
|
||||
ShowEditAudioZonePanel(false);
|
||||
ShowEditAudioZoneListPanel(false);
|
||||
}
|
||||
public bool DeleteAudioZoneList()
|
||||
{
|
||||
@@ -4885,7 +4885,7 @@ namespace CodeWalker.Project
|
||||
ProjectExplorer?.TrySelectAudioEmitterListTreeNode(emlist);
|
||||
CurrentAudioEmitterList = emlist;
|
||||
|
||||
ShowEditAudioZonePanel(false);
|
||||
ShowEditAudioEmitterListPanel(false);
|
||||
}
|
||||
public bool DeleteAudioEmitterList()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user