Crash fix

This commit is contained in:
baldurk
2015-12-22 00:03:37 +01:00
parent db22eb64fb
commit 794065eedb
+3
View File
@@ -2218,6 +2218,9 @@ namespace renderdocui.Windows
i += (int)el.format.compCount;
if(i > grid.ColumnCount)
break;
Rectangle stringBounds = Rectangle.Empty;
for (int f = baseCol; f < i; f++)
{