[chronojump] Minor fix for new Menu code



commit 97b2d6052fbf76fe4c19bb393bbfb4751bc5ba8f
Author: Xavier de Blas <xaviblas gmail com>
Date:   Fri Mar 20 20:19:36 2020 +0100

    Minor fix for new Menu code

 src/gui/networks.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gui/networks.cs b/src/gui/networks.cs
index d768a9c2..ae22f36f 100644
--- a/src/gui/networks.cs
+++ b/src/gui/networks.cs
@@ -410,7 +410,7 @@ public partial class ChronoJumpWindow
                
                encoderUpdateTreeViewWhileCapturing = configChronojump.EncoderUpdateTreeViewWhileCapturing;
 
-               showPersonsOnTop(configChronojump.PersonWinHide);
+               //showPersonsOnTop(configChronojump.PersonWinHide); //commented for new 2.0 menu code
                showPersonPhoto(preferences.personPhoto);
 
                if(configChronojump.EncoderAnalyzeHide) {


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