Browse Source

Mixer: Don't show module context menu for Meter_Indicator_Module.

tags/non-daw-v1.1.0
Jonathan Moore Liles 15 years ago
parent
commit
ba9e3bb1eb
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      mixer/src/Meter_Indicator_Module.C

+ 1
- 2
mixer/src/Meter_Indicator_Module.C View File

@@ -211,11 +211,10 @@ Meter_Indicator_Module::handle ( int m )
/* don't let Module::handle eat our click */
return Fl_Group::handle( m );
}
return Module::handle( m );
}
}

return Module::handle( m );
return 0;
}



Loading…
Cancel
Save