Browse Source

Combine click trim and drag trim into one log message.

tags/non-daw-v1.1.0
Jonathan Moore Liles 17 years ago
parent
commit
f8752d301f
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      Region.C

+ 3
- 2
Region.C 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();


Loading…
Cancel
Save