mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-08 10:10:54 +03:00
Fixed typo on modal notification (#3619)
This commit is contained in:
committed by
GitHub
parent
92136c8e3b
commit
3deda2bd24
@@ -181,7 +181,7 @@ exists, but which can be checked with the _notification callback:
|
||||
NOTIFICATION_RESIZED:
|
||||
pass # Control changed size; check new size
|
||||
# with get_size().
|
||||
NOTIFICATION_MODAL_CLOSED:
|
||||
NOTIFICATION_MODAL_CLOSE:
|
||||
pass # For modal pop-ups, notification
|
||||
# that the pop-up was closed.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user