ignore state-changes during [meter] context-menu popup (gtkmm bug?)
This commit is contained in:
@@ -307,6 +307,10 @@ PeakMeter::meter_level(uint32_t n, MeterType type) {
|
||||
void
|
||||
PeakMeter::set_type(MeterType t)
|
||||
{
|
||||
if (t == _meter_type) {
|
||||
return;
|
||||
}
|
||||
|
||||
_meter_type = t;
|
||||
|
||||
if (t & MeterKrms) {
|
||||
|
||||
Reference in New Issue
Block a user