[chronojump] First Undecorate, then maximize to see if works better on windows



commit 51f4a08b962067d0761de8ce0fb44bb3f6541791
Author: Xavier de Blas <xaviblas gmail com>
Date:   Tue May 9 11:58:37 2017 +0200

    First Undecorate, then maximize to see if works better on windows

 src/gui/networks.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gui/networks.cs b/src/gui/networks.cs
index f9f3386..3879de4 100644
--- a/src/gui/networks.cs
+++ b/src/gui/networks.cs
@@ -158,8 +158,8 @@ public partial class ChronoJumpWindow
                        app1.Unmaximize();
                        app1.Decorated = true;
                } else {
-                       app1.Maximize();
                        app1.Decorated = (configChronojump.Maximized != 
Preferences.MaximizedTypes.YESUNDECORATED);
+                       app1.Maximize();
                }
 
                if(configChronojump.CustomButtons)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]