You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-13 13:31:48 +00:00
Revert "Fix Clearing Inspector for Remote Node"
This commit is contained in:
@@ -78,9 +78,6 @@ void EditorPath::_about_to_show() {
|
||||
}
|
||||
|
||||
void EditorPath::update_path() {
|
||||
set_text("");
|
||||
set_tooltip("");
|
||||
set_icon(NULL);
|
||||
|
||||
for (int i = 0; i < history->get_path_size(); i++) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user