triggerbox: fix argument ordering error in static trigger property signal
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user