mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-21 06:06:25 +01:00
ignore state-changes during [meter] context-menu popup (gtkmm bug?)
This commit is contained in:
parent
09243a326a
commit
5dae93e5ea
5 changed files with 13 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue