You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When pressing back button (or doing back gesture), NOTIFICATION_WM_GO_BACK_REQUEST (and go_back_requested signal on Window) emits two times instead of one.
Steps to reproduce
Create script with code like this
extendsNodefunc_notification(what: int) ->void:
matchwhat:
NOTIFICATION_WM_GO_BACK_REQUEST:
print("go back requested")
Tested versions
System information
Godot v4.4.dev7 - Arch Linux #1 SMP PREEMPT_DYNAMIC Thu, 02 Jan 2025 22:52:26 +0000 on Wayland - X11 display driver, Multi-window, 1 monitor - OpenGL 3 (Compatibility) - Mesa Intel(R) Graphics (ADL GT2) - 12th Gen Intel(R) Core(TM) i5-1235U (12 threads)
Issue description
When pressing back button (or doing back gesture), NOTIFICATION_WM_GO_BACK_REQUEST (and go_back_requested signal on Window) emits two times instead of one.
Steps to reproduce
Minimal reproduction project (MRP)
mrp.zip
The text was updated successfully, but these errors were encountered: