File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed 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:
116
116
+--------------------------------------+------------------------------+---------------------+--------------------------------+
117
117
| key_press |key_press |X | |
118
118
+--------------------------------------+------------------------------+---------------------+--------------------------------+
119
- | show_popup |show_poup |X |Not used anywhere in mpl, and |
119
+ | show_popup |X |X |Not used anywhere in mpl, and |
120
120
| | | |does nothing. |
121
121
+--------------------------------------+------------------------------+---------------------+--------------------------------+
122
122
| get_window_title |-> |get_window_title | |
Original file line number Diff line number Diff line change @@ -209,12 +209,6 @@ def _get_toolbar(self):
209
209
except :
210
210
return None
211
211
212
- def show_popup (self , msg ):
213
- """
214
- Display message in a popup -- GUI only
215
- """
216
- pass
217
-
218
212
219
213
class ToolEvent (object ):
220
214
"""Event for tool manipulation (add/remove)"""
You can’t perform that action at this time.
0 commit comments