mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-25 07:56:33 +00:00
Remove unnecessary double-calls of OnLogfileLoaded(). Refs #267
This commit is contained in:
@@ -228,9 +228,6 @@ namespace renderdocui.Windows
|
||||
|
||||
private void APIEvents_Shown(object sender, EventArgs e)
|
||||
{
|
||||
if (m_Core.LogLoaded)
|
||||
OnLogfileLoaded();
|
||||
|
||||
panelSplitter.Collapsed = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user