f-spot r3983 - trunk/src



Author: sdelcroix
Date: Fri May 23 14:14:16 2008
New Revision: 3983
URL: http://svn.gnome.org/viewvc/f-spot?rev=3983&view=rev

Log:
FadeOut gracefully on Close button click

Modified:
   trunk/src/ControlOverlay.cs

Modified: trunk/src/ControlOverlay.cs
==============================================================================
--- trunk/src/ControlOverlay.cs	(original)
+++ trunk/src/ControlOverlay.cs	Fri May 23 14:14:16 2008
@@ -177,6 +177,8 @@
 				opacity -= .04;
 			if (Visible)
 				CompositeUtils.SetWinOpacity (this, opacity);
+			else
+				Hide ();
 			return true;
 		}
 
@@ -295,7 +297,6 @@
 		public void Dismiss ()
 		{
 			Visibility = VisibilityType.None;
-			Hide ();
 			dismiss.Start ();
 		}
 



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