From e0aaa37493bdb0f0ee9402db3b1889ecb6435f20 Mon Sep 17 00:00:00 2001 From: Travis Nickles Date: Mon, 6 Nov 2017 01:56:48 -0600 Subject: [PATCH] Minor tweak --- DS4Windows/DS4Forms/DS4Form.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DS4Windows/DS4Forms/DS4Form.cs b/DS4Windows/DS4Forms/DS4Form.cs index a27648f..0e14dd1 100644 --- a/DS4Windows/DS4Forms/DS4Form.cs +++ b/DS4Windows/DS4Forms/DS4Form.cs @@ -236,7 +236,7 @@ namespace DS4Windows // New settings this.Width = FormWidth; this.Height = FormHeight; - this.Location = new Point(FormLocationX, FormLocationY); + Location = new Point(FormLocationX, FormLocationY); startMinimizedCheckBox.CheckedChanged -= startMinimizedCheckBox_CheckedChanged; startMinimizedCheckBox.Checked = StartMinimized; startMinimizedCheckBox.CheckedChanged += startMinimizedCheckBox_CheckedChanged; @@ -2181,8 +2181,8 @@ namespace DS4Windows FormHeight = oldsize.Height; } - FormLocationX = this.Location.X; - FormLocationY = this.Location.Y; + FormLocationX = Location.X; + FormLocationY = Location.Y; if (!string.IsNullOrEmpty(appdatapath)) {