diff --git a/DS4Windows/DS4Forms/DS4Form.cs b/DS4Windows/DS4Forms/DS4Form.cs index f0eec36..b3348f1 100644 --- a/DS4Windows/DS4Forms/DS4Form.cs +++ b/DS4Windows/DS4Forms/DS4Form.cs @@ -397,12 +397,6 @@ namespace DS4Windows.Forms } } - Form_Resize(null, null); - if (!(StartMinimized || mini)) - { - Show(); - } - this.Resize += Form_Resize; this.LocationChanged += TrackLocationChanged; @@ -465,6 +459,9 @@ namespace DS4Windows.Forms timerThread.IsBackground = true; timerThread.Priority = ThreadPriority.Lowest; timerThread.Start(); + + // Have Form_Resize run to honor minimize setting + Show(); } private void TBUdpListenAddress_Leave(object sender, EventArgs e) diff --git a/DS4Windows/Properties/AssemblyInfo.cs b/DS4Windows/Properties/AssemblyInfo.cs index 95c8b2a..3c26eb8 100644 --- a/DS4Windows/Properties/AssemblyInfo.cs +++ b/DS4Windows/Properties/AssemblyInfo.cs @@ -33,7 +33,7 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.7.18")] -[assembly: AssemblyFileVersion("1.7.18")] +[assembly: AssemblyVersion("1.7.19")] +[assembly: AssemblyFileVersion("1.7.19")] [assembly: NeutralResourcesLanguage("en")] diff --git a/DS4Windows/newest.txt b/DS4Windows/newest.txt index df1b094..ae6ddf7 100644 --- a/DS4Windows/newest.txt +++ b/DS4Windows/newest.txt @@ -1 +1 @@ -1.7.18 +1.7.19