Android editor: Enable orientation change in Script Editor
This commit is contained in:
parent
634220e9fc
commit
25a203aa34
12 changed files with 97 additions and 1 deletions
|
|
@ -6776,6 +6776,8 @@ void EditorNode::set_distraction_free_mode(bool p_enter) {
|
|||
} else {
|
||||
editor_dock_manager->set_docks_visible(true);
|
||||
}
|
||||
|
||||
emit_signal(SNAME("distraction_free_mode_changed"), p_enter);
|
||||
}
|
||||
|
||||
bool EditorNode::is_distraction_free_mode_enabled() const {
|
||||
|
|
@ -7797,6 +7799,7 @@ void EditorNode::_bind_methods() {
|
|||
ADD_SIGNAL(MethodInfo("scene_closed", PropertyInfo(Variant::STRING, "path")));
|
||||
ADD_SIGNAL(MethodInfo("preview_locale_changed"));
|
||||
ADD_SIGNAL(MethodInfo("resource_counter_changed"));
|
||||
ADD_SIGNAL(MethodInfo("distraction_free_mode_changed", PropertyInfo(Variant::BOOL, "enabled")));
|
||||
}
|
||||
|
||||
static Node *_resource_get_edited_scene() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue