mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-06 23:00:59 +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