NES Graphics Settings bugfix
This commit is contained in:
parent
30b0dc6780
commit
05321d19bc
|
@ -107,7 +107,7 @@ namespace BizHawk.MultiClient
|
|||
private void SetColorBox()
|
||||
{
|
||||
int color = BGColorDialog.Color.ToArgb();
|
||||
BackGroundColorNumber.Text = String.Format("#{0:X8}", color).Substring(2,6);
|
||||
BackGroundColorNumber.Text = String.Format("{0:X8}", color).Substring(2,6);
|
||||
BackgroundColorPanel.BackColor = BGColorDialog.Color;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue