Merge pull request #109915 from arkology/audio-editor

Fix Audio bottom panel going under the taskbar on small displays
This commit is contained in:
Thaddeus Crews 2025-09-24 09:59:10 -05:00
commit cf82b71c7a
No known key found for this signature in database
GPG key ID: 8C6E5FEB5FC03CCC
4 changed files with 48 additions and 4 deletions

View file

@ -6303,6 +6303,10 @@ bool EditorNode::is_distraction_free_mode_enabled() const {
return distraction_free->is_pressed();
}
void EditorNode::set_center_split_offset(int p_offset) {
center_split->set_split_offset(p_offset);
}
Dictionary EditorNode::drag_resource(const Ref<Resource> &p_res, Control *p_from) {
Control *drag_control = memnew(Control);
TextureRect *drag_preview = memnew(TextureRect);