[chronojump] On selecting a mode: show the persons at left



commit 98efef3d0a883ab539e6b1655e6d4cdfd630df8c
Author: Xavier de Blas <xaviblas gmail com>
Date:   Thu Apr 2 12:50:17 2020 +0200

    On selecting a mode: show the persons at left

 src/gui/app1/chronojump.cs | 7 +++++++
 1 file changed, 7 insertions(+)
---
diff --git a/src/gui/app1/chronojump.cs b/src/gui/app1/chronojump.cs
index 2b2ec1e9..d198e4a6 100644
--- a/src/gui/app1/chronojump.cs
+++ b/src/gui/app1/chronojump.cs
@@ -3526,6 +3526,13 @@ public partial class ChronoJumpWindow
                //show the program
                notebook_start.CurrentPage = 0;
 
+               //show persons
+               if( currentSession != null && ! configChronojump.PersonWinHide) {
+                       alignment_buttons_menu_and_persons.Visible = true;
+                       //on_radio_show_persons_clicked (new object (), new EventArgs ());
+                       radio_show_persons.Active = true;
+               }
+
                menu_and_menu_tiny_show_modes();
 
                //make main_menu visible because it's not visible at startup.


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