Browse Source

Mixer: Don't segfault when user right-clicks on channel number module.

Closes: #128
tags/non-daw-v1.2.0
Jonathan Moore Liles 10 years ago
parent
commit
686d830402
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      mixer/src/Module.C

+ 3
- 0
mixer/src/Module.C View File

@@ -248,6 +248,9 @@ Module::paste_before ( void )
const char *
Module::Port::osc_number_path ( void )
{
if ( ! _scaled_signal )
return NULL;

int n = _module->chain()->strip()->number();
if ( _by_number_path && n == _by_number_number )


Loading…
Cancel
Save