diff --git a/OnTopReplica/AspectRatioForm.cs b/OnTopReplica/AspectRatioForm.cs index e243f2d..1301c52 100644 --- a/OnTopReplica/AspectRatioForm.cs +++ b/OnTopReplica/AspectRatioForm.cs @@ -71,13 +71,6 @@ namespace OnTopReplica { } } - protected override void OnHandleCreated(EventArgs e) { - base.OnHandleCreated(e); - - //When created, use first size of the window as aspect ratio - SetAspectRatio(ClientSize, false); - } - /// /// Forces the form to update its height based on the current aspect ratio setting. ///