Fix the item name cannot be displayed in profiler view.

This commit is contained in:
Chenj 2020-03-24 16:06:17 +09:00
parent e590262531
commit feefbcfca3

View file

@ -481,7 +481,7 @@ namespace Ryujinx.Debugger.UI
float y = GetLineY(yOffset, LineHeight, LinePadding, true, verticalIndex);
canvas.DrawText(entry.Key.SessionGroup, new SKPoint(xOffset, y), textFont);
canvas.DrawText(entry.Key.SessionItem, new SKPoint(xOffset, y), textFont);
columnWidth = textFont.MeasureText(entry.Key.SessionItem);