mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-30 12:23:41 +01:00
Fix material change in mdls for different suffix sizes.
This commit is contained in:
parent
25b65ce628
commit
3d6d3ed2d6
2 changed files with 21 additions and 8 deletions
|
|
@ -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}" );
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue