mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2024-11-22 23:12:59 +08:00
Fixed UI bug with New Emitter/Zone list
This commit is contained in:
parent
1d1295c29d
commit
a64b52899d
@ -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()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user