Fixed CTRL+W bind
This commit is contained in:
@@ -143,7 +143,10 @@ class MainFrame(wx.Frame):
|
||||
# self.notebookBrowsers.SetSelection(tab)
|
||||
|
||||
def CloseCurrentFit(self, evt):
|
||||
self.fitMultiSwitch.removeCurrentTab()
|
||||
ms = self.fitMultiSwitch
|
||||
page = ms.GetCurrentPage()
|
||||
if page:
|
||||
ms.DeletePage(ms.GetPageIndex(page))
|
||||
|
||||
def ExitApp(self, evt):
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user