Put selected deletions into a block.

pull/3/head
Jonathan Moore Liles 2008-03-05 17:21:58 -06:00
parent 3e45833e49
commit 2c50272a9d
1 changed files with 4 additions and 0 deletions

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