Check against gridview being disposed (from crash report)

This commit is contained in:
baldurk
2015-08-24 20:06:01 +02:00
parent 28c7772e69
commit 726a937312
+3
View File
@@ -1585,6 +1585,9 @@ namespace renderdocui.Windows
{
var bufView = state.m_GridView;
if (bufView.IsDisposed)
return;
SuppressCaching = true;
for (int i = 0; i < bufView.Columns.Count; i++)