We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1acae90 commit 20217a4Copy full SHA for 20217a4
addon/globalPlugins/MathCAT/__init__.py
@@ -38,7 +38,7 @@ def add_MathCAT_menu(self):
38
mainFrame.sysTrayIcon.Bind(wx.EVT_MENU, self.on_settings, self.settings)
39
40
def on_settings(self, evt):
41
- mainFrame._popupSettingsDialog(UserInterface)
+ mainFrame.popupSettingsDialog(UserInterface)
42
43
def terminate(self):
44
try:
0 commit comments