OpenLoco / ObjectEditor

A modern implementation of 'LocoTool' for dat file parsing
7 stars 2 forks source link

In online mode, tags appear to be incorrect on first-display-in-UI #80

Closed LeftofZen closed 1 month ago

LeftofZen commented 1 month ago

There is some weird behaviour with tags displaying incorrectly for UI objects. For example SCSchonr when loaded from the repository will show the ship tag 3 times in a row, when the tags are really ship, sail, and passenger.

LeftofZen commented 1 month ago

I'm almost certain this is caused by virtualisation in ItemsRepeater. Using ListBox makes it work as expected.