possibly fix a bug with gbc settings on funky ui scales

This commit is contained in:
nattthebear 2017-04-24 19:08:26 -04:00
parent 1ad6e7a95f
commit 9ec9975f48
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ namespace BizHawk.Client.EmuHawk
CGBColorChooserForm()
{
InitializeComponent();
bmpView1.ChangeBitmapSize(bmpView1.Size);
bmpView1.ChangeBitmapSize(new Size(256, 128));
}
void LoadType(Gameboy.GambatteSettings s)