This website works better with JavaScript.
Home
Help
Sign In
linuxaudio
/
new-session-manager
mirror of
https://github.com/linuxaudio/new-session-manager
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
17
Wiki
Activity
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
29327f8a02
commit
ba9e3bb1eb
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
;
}
Write
Preview
Loading…
Cancel
Save