소스 검색

Fixed typo on modal notification (#3619)

Wilson E. Alvarez 5 년 전
부모
커밋
3deda2bd24
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tutorials/gui/custom_gui_controls.rst

+ 1 - 1
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.