diff --git a/Timeline/Tempo_Point.C b/Timeline/Tempo_Point.C index bac51c2..bb17769 100644 --- a/Timeline/Tempo_Point.C +++ b/Timeline/Tempo_Point.C @@ -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; diff --git a/Timeline/Time_Point.C b/Timeline/Time_Point.C index f1c1ad1..6883528 100644 --- a/Timeline/Time_Point.C +++ b/Timeline/Time_Point.C @@ -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 ) ) ) {