mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 17:40:39 +00:00
Check against gridview being disposed (from crash report)
This commit is contained in:
@@ -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++)
|
||||
|
||||
Reference in New Issue
Block a user