diff --git a/BizHawk.Client.EmuHawk/tools/TAStudio/ScreenshotPopup.cs b/BizHawk.Client.EmuHawk/tools/TAStudio/ScreenshotPopup.cs index 102e9c96b5..335f1d0553 100644 --- a/BizHawk.Client.EmuHawk/tools/TAStudio/ScreenshotPopup.cs +++ b/BizHawk.Client.EmuHawk/tools/TAStudio/ScreenshotPopup.cs @@ -64,7 +64,7 @@ namespace BizHawk.Client.EmuHawk e.DrawBackground(); e.DrawBorder(); - e.Graphics.DrawImage(bitmap, e.Bounds.Left, e.Bounds.Top); + e.Graphics.DrawImage(bitmap, e.Bounds.Left, e.Bounds.Top, Width, DrawingHeight); if (Padding > 0) e.Graphics.DrawString(Text, Font, Brushes.Black,