From d5316b36a285287a3e02a1c568c4b66f02c23c7b Mon Sep 17 00:00:00 2001 From: a1xd <68629610+a1xd@users.noreply.github.com> Date: Thu, 21 Jan 2021 22:54:30 -0500 Subject: center gui on initial resize position is no longer based on the Form.Location property, should fix issues with multi-monitor setups --- grapher/Models/AccelGUI.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'grapher/Models/AccelGUI.cs') diff --git a/grapher/Models/AccelGUI.cs b/grapher/Models/AccelGUI.cs index 4dd7caa..a0d3aa8 100644 --- a/grapher/Models/AccelGUI.cs +++ b/grapher/Models/AccelGUI.cs @@ -71,7 +71,6 @@ namespace grapher } SetupButtons(); - AccelForm.DoResize(); // TODO: The below removes an overlapping form from the anisotropy panel. // Figure out why and remove the overlap and below. -- cgit v1.2.3