Browse Source

Fix typo in region state getter.

tags/non-daw-v1.1.0
Jonathan Moore Liles 17 years ago
parent
commit
66bd927231
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Timeline/Region.H

+ 1
- 1
Timeline/Region.H View File

@@ -107,7 +107,7 @@ protected:
get ( Log_Entry &e ) get ( Log_Entry &e )
{ {
e.add( ":source", _clip ? _clip->name() : "" ); e.add( ":source", _clip ? _clip->name() : "" );
e.add( ":gain %f", _scale );
e.add( ":gain", _scale );


Sequence_Widget::get( e ); Sequence_Widget::get( e );
} }


Loading…
Cancel
Save