tastudio: actually change branch screenshot bitmap

This commit is contained in:
feos 2017-03-14 22:15:20 +03:00
parent 868c02175c
commit c6d1aad25f
1 changed files with 4 additions and 3 deletions

View File

@ -20,12 +20,12 @@ namespace BizHawk.Client.EmuHawk
private Timer _showTimer = new Timer();
private Timer _hideTimer = new Timer();
public TasBranch Branch { get; set; }
public Font Font;
new public Font Font;
public FontStyle FontStyle;
public int FontSize;
public int DrawingHeight;
public int Padding;
public string Text;
new public int Padding;
new public string Text;
public ScreenshotForm()
{
@ -79,6 +79,7 @@ namespace BizHawk.Client.EmuHawk
if (Padding > 0)
Padding += 2;
Height = DrawingHeight + Padding;
Refresh();
}
protected override void OnPaint(PaintEventArgs e)