From ed6470cfe660f790e582bea95999b73265c868c2 Mon Sep 17 00:00:00 2001 From: Javier Serrano Polo Date: Tue, 1 Aug 2006 21:25:22 +0000 Subject: [PATCH] added "Auto" view git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@273 0778d3d1-df1d-0410-868b-ea421aaaa00d --- include/automation_editor.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/automation_editor.h b/include/automation_editor.h index fa0309a9c..f6425c0ee 100644 --- a/include/automation_editor.h +++ b/include/automation_editor.h @@ -229,6 +229,7 @@ private: int m_ppt; int m_y_delta; + bool m_y_auto; timeMap m_valuesToCopy; timeMap m_selValuesForMove;