Revision: 2353
          http://synfig.svn.sourceforge.net/synfig/?rev=2353&view=rev
Author:   genete
Date:     2009-03-17 22:16:02 +0000 (Tue, 17 Mar 2009)

Log Message:
-----------
Fix bug #2652974. Reverts revision r2326 to previous state.

Modified Paths:
--------------
    synfig-studio/trunk/src/gtkmm/workarea.cpp

Modified: synfig-studio/trunk/src/gtkmm/workarea.cpp
===================================================================
--- synfig-studio/trunk/src/gtkmm/workarea.cpp  2009-02-26 07:16:48 UTC (rev 
2352)
+++ synfig-studio/trunk/src/gtkmm/workarea.cpp  2009-03-17 22:16:02 UTC (rev 
2353)
@@ -124,8 +124,8 @@
                Time time(rend_desc().get_time_start());
 
                onion_skin_queue.push_back(time);
-               onion_skin_queue.push_back(time-1);
-               onion_skin_queue.push_back(time+1);
+               //onion_skin_queue.push_back(time-1);
+               //onion_skin_queue.push_back(time+1);
 
                try
                {
@@ -420,8 +420,8 @@
                Time time(rend_desc().get_time_start());
 
                onion_skin_queue.push_back(time);
-               onion_skin_queue.push_back(time-1);
-               onion_skin_queue.push_back(time+1);
+               //onion_skin_queue.push_back(time-1);
+               //onion_skin_queue.push_back(time+1);
                if(!onionskin)
                        return;
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Synfig-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synfig-devl

Reply via email to