Tomasz Chabora
Tomasz Chabora
I also can't reproduce the bug with the provided project. I don't even get any error.
Ctrl+Enter adds new element.
Can you elaborate what exactly do yo expect? Moving items up/down and left/right between columns? Arrow shortcuts would interfere with TextEdit controls though.
There is a pending engine feature that would allow separating LineEdit focus from editing, which would make implementing this much easier. However there is no telling when it gets merged....
When you pick external changes while editor is open, you need to use Reload nad Cleanup Map Data from Manage tab. I'll see if it can be done automatically.
The Reload Map Data button should reload the map without fail. Are you saying it doesn't work sometimes? Do you know how to reliably reproduce this bug?
How does the map change when it happens (i.e. what changes are you pulling from git)? Is it when you add new rooms? Modify assigned scenes?
In 93b6a045f947d6a843af8063d9ea035aa8c8e5cb I added auto-reload function: https://github.com/user-attachments/assets/e3642697-3606-430e-8ef6-486c010f26cd See if it resolves your problem.
The reason scene is removed is a technical one. The rooms need to maintain consistency, that is a room may have a single scene assigned and each scene can be...
I can't reproduce it 🤔 Maybe you are resetting state at wrong time or something. Any chance you could attach some minimal project with this bug? Also what version are...