trigger_ui: thinko fix for cce26

This commit is contained in:
Ben Loftis 2022-01-14 13:16:46 -06:00
parent cce260b67a
commit 5cf96b16a9

View File

@ -461,6 +461,7 @@ SlotPropertyTable::on_trigger_changed (PropertyChange const& pc)
bool follow_widgets_sensitive = trigger()->follow_action (0) != Trigger::None;
if (follow_widgets_sensitive) {
_follow_right.set_sensitive(true);
_follow_count_spinner.set_sensitive(true);
_follow_length_spinner.set_sensitive(true);
_follow_probability_slider.set_sensitive(true);