You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
[DBus] Process file dialog callback in the main event loop instead of using deferred call.
This commit is contained in:
@@ -5097,6 +5097,12 @@ void DisplayServerX11::process_events() {
|
||||
*/
|
||||
}
|
||||
|
||||
#ifdef DBUS_ENABLED
|
||||
if (portal_desktop) {
|
||||
portal_desktop->process_file_dialog_callbacks();
|
||||
}
|
||||
#endif
|
||||
|
||||
_THREAD_SAFE_UNLOCK_
|
||||
|
||||
Input::get_singleton()->flush_buffered_events();
|
||||
|
||||
Reference in New Issue
Block a user