Fix material change in mdls for different suffix sizes.

This commit is contained in:
Ottermandias 2022-02-19 18:31:46 +01:00
parent 25b65ce628
commit 3d6d3ed2d6
2 changed files with 21 additions and 8 deletions

View file

@ -576,7 +576,7 @@ namespace Penumbra.UI
}
ImGui.TableSetColumnIndex( 9 );
if( ImGui.Selectable( $"{list[ manipIdx ].Value}##{manipIdx}" ) )
if( ImGui.Selectable( $"{list[ manipIdx ].Value:X}##{manipIdx}" ) )
{
ImGui.OpenPopup( $"##MetaPopup{manipIdx}" );
}