triggerbox: fix argument ordering error in static trigger property signal

This commit is contained in:
Paul Davis 2023-08-20 22:35:11 -06:00
parent fef1cfa83b
commit 6cf7b89aaf

View File

@ -423,7 +423,7 @@ Trigger::send_property_change (PropertyChange pc)
PropertyChanged (pc);
/* emit static signal for global observers */
TriggerPropertyChange (pc, _index, _box.order());
TriggerPropertyChange (pc, _box.order(), _index);
}
void