Browse Source

Timeline: Don't forget to journal edits to time and tempo points!

tags/non-daw-v1.1.0
Jonathan Moore Liles 15 years ago
parent
commit
52da5eaa5a
2 changed files with 3 additions and 0 deletions
  1. +2
    -0
      Timeline/Tempo_Point.C
  2. +1
    -0
      Timeline/Time_Point.C

+ 2
- 0
Timeline/Tempo_Point.C View File

@@ -92,6 +92,8 @@ Tempo_Point::log_children ( void ) const
int
Tempo_Point::handle ( int m )
{
Logger log( this );

if ( m == FL_PUSH && Fl::event_button3() && ! ( Fl::event_state() & ( FL_ALT | FL_CTRL | FL_SHIFT ) ) )
{
float t = _tempo;


+ 1
- 0
Timeline/Time_Point.C View File

@@ -102,6 +102,7 @@ Time_Point::log_children ( void ) const
int
Time_Point::handle ( int m )
{
Logger log( this );

if ( m == FL_PUSH && Fl::event_button3() && ! ( Fl::event_state() & ( FL_ALT | FL_CTRL | FL_SHIFT ) ) )
{


Loading…
Cancel
Save