mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Add back some code that was deleted by accident
This commit is contained in:
@@ -685,7 +685,10 @@ namespace renderdocui.Windows
|
||||
|
||||
void list_SelectedIndexChanged(object sender, EventArgs e)
|
||||
{
|
||||
int idx = m_FileList.SelectedIndex;
|
||||
|
||||
if (idx >= 0 && idx < m_Scintillas.Count)
|
||||
(m_Scintillas[idx].Parent as DockContent).Show();
|
||||
}
|
||||
|
||||
private void AddFileList()
|
||||
|
||||
Reference in New Issue
Block a user