Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

Commit

Permalink
Merge pull request #143 from mkwong98/Sync2
Browse files Browse the repository at this point in the history
Fixing bug introduced in the dpi fix
  • Loading branch information
NovaSquirrel authored Jan 6, 2023
2 parents 61e5213 + e2fa7d2 commit 7467a4b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 9 deletions.
14 changes: 6 additions & 8 deletions GUI.NET/Forms/BaseConfigForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 13 additions & 1 deletion GUI.NET/Forms/Config/BaseInputConfigForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,17 @@ protected void UpdateKeyMappings()
GetControllerControl(2).UpdateKeyMappings(((ControllerInfo)Entity).Keys[2]);
GetControllerControl(3).UpdateKeyMappings(((ControllerInfo)Entity).Keys[3]);
}
}

private void InitializeComponent()
{
this.SuspendLayout();
//
// BaseInputConfigForm
//
this.ClientSize = new System.Drawing.Size(284, 261);
this.Name = "BaseInputConfigForm";
this.ResumeLayout(false);

}
}
}

0 comments on commit 7467a4b

Please sign in to comment.