Timeline: Don't forget to journal edits to time and tempo points!
This commit is contained in:
parent
ef0626ae75
commit
52da5eaa5a
|
@ -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;
|
||||
|
|
|
@ -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…
Reference in New Issue