aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/Applications/Snakey.Designer.cs
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-02-28 15:18:11 -0500
committerMichael <[email protected]>2017-02-28 15:18:11 -0500
commit998f3357a77661cdd85aa1f419bed5054aa21ede (patch)
treebc0fc89653f911c85bd35d1ab78e81950a65aa63 /ShiftOS.WinForms/Applications/Snakey.Designer.cs
parentdd95bc225f332c3c8ad23db55b3600b75e9511f1 (diff)
downloadshiftos_thereturn-998f3357a77661cdd85aa1f419bed5054aa21ede.tar.gz
shiftos_thereturn-998f3357a77661cdd85aa1f419bed5054aa21ede.tar.bz2
shiftos_thereturn-998f3357a77661cdd85aa1f419bed5054aa21ede.zip
fix Snakey NRE
Diffstat (limited to 'ShiftOS.WinForms/Applications/Snakey.Designer.cs')
-rw-r--r--ShiftOS.WinForms/Applications/Snakey.Designer.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/Applications/Snakey.Designer.cs b/ShiftOS.WinForms/Applications/Snakey.Designer.cs
index b44ea8c..1b21792 100644
--- a/ShiftOS.WinForms/Applications/Snakey.Designer.cs
+++ b/ShiftOS.WinForms/Applications/Snakey.Designer.cs
@@ -90,6 +90,7 @@
this.Controls.Add(this.tableLayoutPanel1);
this.Name = "Snakey";
this.Size = new System.Drawing.Size(317, 329);
+ this.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.OnKeyPress);
this.ResumeLayout(false);
this.PerformLayout();