gimp r25824 - in trunk: . app/display
- From: mitch svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r25824 - in trunk: . app/display
- Date: Tue, 27 May 2008 09:02:32 +0000 (UTC)
Author: mitch
Date: Tue May 27 09:02:31 2008
New Revision: 25824
URL: http://svn.gnome.org/viewvc/gimp?rev=25824&view=rev
Log:
2008-05-27 Michael Natterer <mitch gimp org>
* app/display/gimpdisplayshell-coords.c: revert velocity limit to
1.0, this part of the patch shouldn't have been applied.
Modified:
trunk/ChangeLog
trunk/app/display/gimpdisplayshell-coords.c
Modified: trunk/app/display/gimpdisplayshell-coords.c
==============================================================================
--- trunk/app/display/gimpdisplayshell-coords.c (original)
+++ trunk/app/display/gimpdisplayshell-coords.c Tue May 27 09:02:31 2008
@@ -279,8 +279,8 @@
coords->velocity *
MIN (SMOOTH_FACTOR, coords->velocity));
- /* Speed needs upper limit but allowing it to be 1.0 is no good in tools*/
- coords->velocity = MIN (coords->velocity, 0.9999);
+ /* Speed needs upper limit */
+ coords->velocity = MIN (coords->velocity, 1.0);
}
/* High speed -> less smooth*/
inertia_factor *= (1 - coords->velocity);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]