f-spot r3779 - trunk/src/Widgets



Author: sdelcroix
Date: Fri Mar 21 20:56:17 2008
New Revision: 3779
URL: http://svn.gnome.org/viewvc/f-spot?rev=3779&view=rev

Log:
try to stop the strip shivering

Modified:
   trunk/src/Widgets/Filmstrip.cs

Modified: trunk/src/Widgets/Filmstrip.cs
==============================================================================
--- trunk/src/Widgets/Filmstrip.cs	(original)
+++ trunk/src/Widgets/Filmstrip.cs	Fri Mar 21 20:56:17 2008
@@ -609,7 +609,7 @@
 
 				float increment = speed * interval / 1000f;
 
-				if (Math.Abs (distance - increment) < 0.0001) {
+				if (Math.Abs (distance - increment) < 0.01) {
 					handler (target);
 					return false;
 				}



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