[Durian-svn] [6059] one-word fix from cam

lee institute at blender.org
Wed Jun 30 15:19:09 CEST 2010


Revision: 6059
          https://blenderinstitute.dyndns.org/durian-svn/?do=log&project=durian&path=/&rev=6059
Author:   lee
Date:     2010-06-30 15:19:09 +0200 (Wed, 30 Jun 2010)
Log Message:
-----------
one-word fix from cam

Modified Paths:
--------------
    pro/scripts/ui/sequencer_slide.py

Modified: pro/scripts/ui/sequencer_slide.py
===================================================================
--- pro/scripts/ui/sequencer_slide.py	2010-06-30 13:13:56 UTC (rev 6058)
+++ pro/scripts/ui/sequencer_slide.py	2010-06-30 13:19:09 UTC (rev 6059)
@@ -18,7 +18,7 @@
     def modal(self, context, event):
         if event.type == 'MOUSEMOVE':
             delta = int(round((self.properties.first_mouse_x - event.mouse_x) / 3.0))
-            self._apply_delta()
+            self._apply_delta(delta)
         elif event.type in ('RIGHTMOUSE', 'ESC'):
             self._apply_delta(0)
             return {'FINISHED'}



More information about the Durian-svn mailing list