Combine click trim and drag trim into one log message.

pull/3/head
Jonathan Moore Liles 2008-02-28 10:19:24 -06:00
parent 143035f0e8
commit f8752d301f
1 changed files with 3 additions and 2 deletions

View File

@ -213,11 +213,11 @@ Region::handle ( int m )
{
case 1:
trim( trimming = LEFT, X );
// _log.hold();
_log.hold();
break;
case 3:
trim( trimming = RIGHT, X );
// _log.hold();
_log.hold();
break;
case 2:
{
@ -284,6 +284,7 @@ Region::handle ( int m )
if ( trimming != NO )
{
trimming = NO;
_log.release();
}
if ( dragging )
_log.release();