Fixed UI bug with New Emitter/Zone list

This commit is contained in:
dexy 2018-12-28 19:31:52 +11:00
parent 1d1295c29d
commit a64b52899d

View File

@ -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()
{