[chronojump] Virtual systems should not show now Take snapshot and timelabel (finally)



commit a16355a1f76cf05b0b14ec69727021495169f12b
Author: Xavier de Blas <xaviblas gmail com>
Date:   Mon Nov 10 13:20:29 2014 +0100

    Virtual systems should not show now Take snapshot and timelabel (finally)

 CesarPlayer/Gui/CapturerBin.cs |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/CesarPlayer/Gui/CapturerBin.cs b/CesarPlayer/Gui/CapturerBin.cs
index 7cb6dbb..76a9960 100644
--- a/CesarPlayer/Gui/CapturerBin.cs
+++ b/CesarPlayer/Gui/CapturerBin.cs
@@ -64,6 +64,9 @@ namespace LongoMatch.Gui
                        captureProps.OutputFile = "";
                        captureProps.CaptureSourceType = CaptureSourceType.System;
                        Type = CapturerType.Fake;
+                               
+                       snapshotbutton.Visible = false;
+                       timelabel.Visible = false;
                }               
                
                public CapturerType Type {
@@ -167,9 +170,6 @@ 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]