File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ The description of this MEP gives us most of the solution:
116116+--------------------------------------+------------------------------+---------------------+--------------------------------+
117117| key_press |key_press |X | |
118118+--------------------------------------+------------------------------+---------------------+--------------------------------+
119- | show_popup |show_poup |X |Not used anywhere in mpl, and |
119+ | show_popup |X |X |Not used anywhere in mpl, and |
120120| | | |does nothing. |
121121+--------------------------------------+------------------------------+---------------------+--------------------------------+
122122| get_window_title |-> |get_window_title | |
Original file line number Diff line number Diff line change @@ -209,12 +209,6 @@ def _get_toolbar(self):
209209 except :
210210 return None
211211
212- def show_popup (self , msg ):
213- """
214- Display message in a popup -- GUI only
215- """
216- pass
217-
218212
219213class ToolEvent (object ):
220214 """Event for tool manipulation (add/remove)"""
You can’t perform that action at this time.
0 commit comments