Invisible shorcuts no blocks itself when passes through the events buffer

This commit is contained in:
Manuel Cortez 2014-12-09 08:26:33 -06:00
parent c3dc00c241
commit 14965f73d3

View File

@ -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):