Put selected deletions into a block.
This commit is contained in:
parent
3e45833e49
commit
2c50272a9d
4
Track.C
4
Track.C
|
@ -211,6 +211,8 @@ Track::handle ( int m )
|
||||||
if ( retval && m == FL_RELEASE )
|
if ( retval && m == FL_RELEASE )
|
||||||
pushed = NULL;
|
pushed = NULL;
|
||||||
|
|
||||||
|
Loggable::block_start();
|
||||||
|
|
||||||
while ( _delete_queue.size() )
|
while ( _delete_queue.size() )
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@ -219,6 +221,8 @@ Track::handle ( int m )
|
||||||
pushed = NULL;
|
pushed = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loggable::block_end();
|
||||||
|
|
||||||
return retval;
|
return retval;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue