fixed selection frame in automation editor and minor changes

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@280 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Javier Serrano Polo
2006-08-03 01:46:11 +00:00
parent 4273b211ae
commit 1d0be3f734
2 changed files with 12 additions and 2 deletions

View File

@@ -1,3 +1,13 @@
2006-08-03 Javier Serrano Polo <jasp00/at/terra/dot/es>
* src/core/automation_editor.cpp:
- fixed vertical bars in Auto view
- fixed selection frame drawing
- renamed some members and variables
* include/automation_editor.h:
renamed some members
2006-08-01 Javier Serrano Polo <jasp00/at/terra/dot/es>
* include/automation_editor.h:

View File

@@ -2,8 +2,8 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.50)
AC_INIT(lmms, 0.2.1-cvs20060801, tobydox/at/users/dot/sourceforge/dot/net)
AM_INIT_AUTOMAKE(lmms, 0.2.1-cvs20060801)
AC_INIT(lmms, 0.2.1-cvs20060803, tobydox/at/users/dot/sourceforge/dot/net)
AM_INIT_AUTOMAKE(lmms, 0.2.1-cvs20060803)
AM_CONFIG_HEADER(config.h)