mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Fix AudioBus editor not updating layout path
This commit is contained in:
@@ -172,6 +172,7 @@ class EditorAudioBuses : public EditorDock {
|
||||
|
||||
bool floating = false;
|
||||
|
||||
void _update_file_label();
|
||||
void _update_file_label_size();
|
||||
|
||||
void _rebuild_buses();
|
||||
@@ -187,6 +188,7 @@ class EditorAudioBuses : public EditorDock {
|
||||
void _drop_at_index(int p_bus, int p_index);
|
||||
|
||||
void _server_save();
|
||||
void _file_moved(const String &p_old_path, const String &p_new_path);
|
||||
|
||||
void _select_layout();
|
||||
void _load_layout();
|
||||
|
||||
Reference in New Issue
Block a user