Fix AudioBus editor not updating layout path#110422
Fix AudioBus editor not updating layout path#110422akien-mga merged 1 commit intogodotengine:masterfrom
Conversation
87a2ec0 to
1546fa7
Compare
|
I pushed a better fix that makes use of UID. The saving should now work properly for any BusLayout, but the path label is not updating when the file is renamed. It can be fixed separately, as not sure how to do it properly. |
1546fa7 to
00ea1a1
Compare
|
The PR fixes the issue when the file is moved inside the editor. If moved from outside it still happens, but I assume that can't be avoided.
|
00ea1a1 to
1cfd6bd
Compare
Yeah, that worked.
That's a separate bug. Moving a file externally does not update the UID's path immediately. |
|
That fixed the renaming, but now the original bug is back. |
1cfd6bd to
5090418
Compare
|
I did quite a bit more changes and it should be working now. Also fixed a couple additional problems with UIDs and path label.
It wasn't back, there was a case I missed. |
YeldhamDev
left a comment
There was a problem hiding this comment.
Seems to be working fine now.
|
Thanks! |
Fixes #47911