[longomatch] Reset properly the GUI when closing the capture



commit a8b1ab8f358a99fca86947b0c5877e3a89451f9f
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Sun Jul 25 17:18:27 2010 +0200

    Reset properly the GUI when closing the capture

 CesarPlayer/Gui/CapturerBin.cs |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/CesarPlayer/Gui/CapturerBin.cs b/CesarPlayer/Gui/CapturerBin.cs
index d2a6b64..6544b62 100644
--- a/CesarPlayer/Gui/CapturerBin.cs
+++ b/CesarPlayer/Gui/CapturerBin.cs
@@ -157,8 +157,10 @@ namespace LongoMatch.Gui
 			/* resetting common properties */
 			pausebutton.Visible = false;
 			stopbutton.Visible = false;
+			recbutton.Visible = true;
 			captureStarted = false;
 			capturing = false;
+			OnTick(0);
 			
 			if (capturer == null)
 			return;



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