mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Revert "Merge pull request #70696 from Rindbee/propagate-keying-state"
This reverts commitc774b4ce17, reversing changes made toccc609d824.
This commit is contained in:
@@ -3361,10 +3361,7 @@ void EditorInspector::set_keying(bool p_active) {
|
||||
return;
|
||||
}
|
||||
keying = p_active;
|
||||
// Propagate the keying state to its editor properties.
|
||||
Array args;
|
||||
args.append(keying);
|
||||
main_vbox->propagate_call(SNAME("set_keying"), args, true);
|
||||
update_tree();
|
||||
}
|
||||
|
||||
void EditorInspector::set_read_only(bool p_read_only) {
|
||||
|
||||
Reference in New Issue
Block a user