mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2024-11-23 07:22:52 +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);
|
ProjectExplorer?.TrySelectAudioZoneListTreeNode(zonelist);
|
||||||
CurrentAudioZoneList = zonelist;
|
CurrentAudioZoneList = zonelist;
|
||||||
|
|
||||||
ShowEditAudioZonePanel(false);
|
ShowEditAudioZoneListPanel(false);
|
||||||
}
|
}
|
||||||
public bool DeleteAudioZoneList()
|
public bool DeleteAudioZoneList()
|
||||||
{
|
{
|
||||||
@ -4885,7 +4885,7 @@ namespace CodeWalker.Project
|
|||||||
ProjectExplorer?.TrySelectAudioEmitterListTreeNode(emlist);
|
ProjectExplorer?.TrySelectAudioEmitterListTreeNode(emlist);
|
||||||
CurrentAudioEmitterList = emlist;
|
CurrentAudioEmitterList = emlist;
|
||||||
|
|
||||||
ShowEditAudioZonePanel(false);
|
ShowEditAudioEmitterListPanel(false);
|
||||||
}
|
}
|
||||||
public bool DeleteAudioEmitterList()
|
public bool DeleteAudioEmitterList()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user