Add the missing argument in files_dropped signal
This commit is contained in:
parent
aeb95ef006
commit
16cbfcf0de
1 changed files with 1 additions and 1 deletions
|
|
@ -909,7 +909,7 @@ void Window::_window_input_text(const String &p_text) {
|
|||
input_text(p_text);
|
||||
}
|
||||
void Window::_window_drop_files(const Vector<String> &p_files) {
|
||||
emit_signal("files_dropped", p_files);
|
||||
emit_signal("files_dropped", p_files, current_screen);
|
||||
}
|
||||
|
||||
Viewport *Window::get_parent_viewport() const {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue