Add back some code that was deleted by accident

This commit is contained in:
baldurk
2015-09-23 13:29:54 +02:00
parent edccd1f9af
commit 51f8e949a1
+3
View File
@@ -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()