Persist the statistics viewer into window layouts

This commit is contained in:
baldurk
2016-04-13 00:38:51 +02:00
parent 9ee5218761
commit 898344c14c
+2
View File
@@ -462,6 +462,8 @@ namespace renderdocui.Windows
return m_Core.GetDebugMessages();
else if (IsPersist(persistString, typeof(TimelineBar).ToString()))
return m_Core.GetTimelineBar();
else if (IsPersist(persistString, typeof(StatisticsViewer).ToString()))
return m_Core.GetStatisticsViewer();
else if (IsPersist(persistString, typeof(Dialogs.PythonShell).ToString()))
{
return new Dialogs.PythonShell(m_Core);