[chronojump] Virtual systems should not show now Take snapshot and timelabel (2nd try)



commit 00ff58e7ca844d66f2727e138b98e29808fb44d7
Author: Xavier de Blas <xaviblas gmail com>
Date:   Mon Nov 10 12:46:48 2014 +0100

    Virtual systems should not show now Take snapshot and timelabel (2nd try)

 CesarPlayer/Gui/CapturerBin.cs |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/CesarPlayer/Gui/CapturerBin.cs b/CesarPlayer/Gui/CapturerBin.cs
index fe51945..7cb6dbb 100644
--- a/CesarPlayer/Gui/CapturerBin.cs
+++ b/CesarPlayer/Gui/CapturerBin.cs
@@ -167,6 +167,9 @@ namespace LongoMatch.Gui
                        if (capturer != null) {
                                capturer.Run();
                                SetButtonsVisibility();
+                       } else {
+                               snapshotbutton.Visible = false;
+                               timelabel.Visible = false;
                        }
                }
 


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