mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-03-11 00:23:21 -06:00
Invisible shorcuts no blocks itself when passes through the events buffer
This commit is contained in:
parent
c3dc00c241
commit
14965f73d3
@ -596,7 +596,7 @@ class mainFrame(wx.Frame):
|
||||
output.speak(self.nb.GetPageText(self.nb.GetSelection())+",", True)
|
||||
|
||||
def skip_blank_pages(self, forward=True):
|
||||
if self.nb.GetCurrentPage().type == "account" or self.nb.GetCurrentPage().type == "empty" and (self.showing == False or platform.system() == "Darwin"):
|
||||
if self.nb.GetCurrentPage().type == "account" or self.nb.GetCurrentPage().type == "empty":
|
||||
self.nb.AdvanceSelection(forward)
|
||||
|
||||
def close(self, ev=None):
|
||||
|
Loading…
x
Reference in New Issue
Block a user