mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
triggerbox: fix argument ordering error in static trigger property signal
This commit is contained in:
parent
fef1cfa83b
commit
6cf7b89aaf
1 changed files with 1 additions and 1 deletions
|
|
@ -423,7 +423,7 @@ Trigger::send_property_change (PropertyChange pc)
|
||||||
|
|
||||||
PropertyChanged (pc);
|
PropertyChanged (pc);
|
||||||
/* emit static signal for global observers */
|
/* emit static signal for global observers */
|
||||||
TriggerPropertyChange (pc, _index, _box.order());
|
TriggerPropertyChange (pc, _box.order(), _index);
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue