mirror of
https://git.ryujinx.app/kenji-nx/ryujinx.git
synced 2025-12-12 01:37:02 +00:00
Fix the item name cannot be displayed in profiler view. (#1021)
This commit is contained in:
parent
e590262531
commit
d0960e75aa
1 changed files with 1 additions and 1 deletions
|
|
@ -481,7 +481,7 @@ namespace Ryujinx.Debugger.UI
|
||||||
|
|
||||||
float y = GetLineY(yOffset, LineHeight, LinePadding, true, verticalIndex);
|
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);
|
columnWidth = textFont.MeasureText(entry.Key.SessionItem);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue