Fixed typo on modal notification (#3619)

This commit is contained in:
Wilson E. Alvarez
2020-05-30 16:17:47 -04:00
committed by GitHub
parent 92136c8e3b
commit 3deda2bd24

View File

@@ -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.