Browse Source

Put selected deletions into a block.

tags/non-daw-v1.1.0
Jonathan Moore Liles 17 years ago
parent
commit
2c50272a9d
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      Track.C

+ 4
- 0
Track.C View File

@@ -211,6 +211,8 @@ Track::handle ( int m )
if ( retval && m == FL_RELEASE )
pushed = NULL;

Loggable::block_start();

while ( _delete_queue.size() )
{

@@ -219,6 +221,8 @@ Track::handle ( int m )
pushed = NULL;
}

Loggable::block_end();

return retval;
}
else


Loading…
Cancel
Save