[boskid][2.0.54] Lane splitter GUI does not update immediately on setting "splitter_output_priority"
Posted: Sun Jun 01, 2025 7:33 am
When setting priority through code, the lane splitter is updated correctly behind the scenes, but the UI does not reflect the change until the entity is reopened.
This is different than how it works with normal splitters.
This causes a weird temporary state where the entity shows the filter, but the UI doesn't.
Reopening the GUI shows it correctly.
EDIT: This also applies to setting the filtered item.
Code: Select all
entity.splitter_output_priority = "left"
This causes a weird temporary state where the entity shows the filter, but the UI doesn't.
Reopening the GUI shows it correctly.
EDIT: This also applies to setting the filtered item.