Fix numbered list in wxMenuEvent docs

Just remove the empty line which prevented doxygen from generating a numbered list.
This commit is contained in:
PB
2021-01-24 21:58:59 +01:00
parent 0f4c65dd4f
commit e094734a89

View File

@@ -4479,7 +4479,6 @@ public:
wxMenuBar, attached to wxFrame, and popup menus shown by
wxWindow::PopupMenu(). They are sent to the following objects until one of
them handles the event:
-# The menu object itself, as returned by GetMenu(), if any.
-# The wxMenuBar to which this menu is attached, if any.
-# The window associated with the menu, e.g. the one calling