From 3deda2bd24ca4ce5a57ebd2bed5355a1e99ce766 Mon Sep 17 00:00:00 2001 From: "Wilson E. Alvarez" Date: Sat, 30 May 2020 16:17:47 -0400 Subject: [PATCH] Fixed typo on modal notification (#3619) --- tutorials/gui/custom_gui_controls.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/gui/custom_gui_controls.rst b/tutorials/gui/custom_gui_controls.rst index a36759dae..d0455284d 100644 --- a/tutorials/gui/custom_gui_controls.rst +++ b/tutorials/gui/custom_gui_controls.rst @@ -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.