try not thinning when loading old-school automation lists
authorPaul Davis <paul@linuxaudiosystems.com>
Wed, 30 May 2012 21:07:15 +0000 (21:07 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Wed, 30 May 2012 21:07:15 +0000 (21:07 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@12497 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/automation_list.cc

index 3c35dbb8fd14f3a2c13cdb4901ee7578e26284fe..aaad710907568bbd11e95da66e774d811021d957 100644 (file)
@@ -426,7 +426,7 @@ AutomationList::set_state (const XMLNode& node, int version)
                        fast_simple_add (x, y);
                }
 
-               thin ();
+               // thin ();
 
                 thaw ();