Skip to content

Commit d9877a4

Browse files
committed
Set GraphicsControl.Text for screen readers
1 parent 5e52b0a commit d9877a4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/BizHawk.Bizware.Graphics.Controls/GraphicsControl.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ namespace BizHawk.Bizware.Graphics.Controls
44
{
55
public abstract class GraphicsControl : Control
66
{
7+
protected GraphicsControl()
8+
=> base.Text = "Render target"; // for screen readers
9+
710
/// <summary>
811
/// Allows the control to tear when out of vsync
912
/// Only relevant for D3D11Control currently

0 commit comments

Comments
 (0)