Skip to content

Commit 85c75da

Browse files
committed
Merge pull request #114829 from KoBeWi/don't_drag_it_too_much
Use more specific check for dragging wait setting
2 parents ec5a4f0 + c1c983d commit 85c75da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

editor/editor_node.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1067,7 +1067,7 @@ void EditorNode::_notification(int p_what) {
10671067
recent_scenes->reset_size();
10681068
}
10691069

1070-
if (EditorSettings::get_singleton()->check_changed_settings_in_group("interface/editor")) {
1070+
if (EditorSettings::get_singleton()->check_changed_settings_in_group("interface/editor/dragging_")) {
10711071
theme->set_constant("dragging_unfold_wait_msec", "Tree", (float)EDITOR_GET("interface/editor/dragging_hover_wait_seconds") * 1000);
10721072
theme->set_constant("hover_switch_wait_msec", "TabBar", (float)EDITOR_GET("interface/editor/dragging_hover_wait_seconds") * 1000);
10731073
editor_dock_manager->update_tab_styles();

0 commit comments

Comments
 (0)