mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-02-21 17:13:09 -05:00
Merge branch 'master' of https://github.com/manuelcortez/TWBlue
This commit is contained in:
commit
ceb8266828
@ -17,6 +17,7 @@ VIAddVersionKey ProductVersion "0.50"
|
||||
VIAddVersionKey FileVersion "0.50"
|
||||
VIProductVersion "0.50.0.0"
|
||||
!insertmacro MUI_PAGE_WELCOME
|
||||
!define MUI_LICENSEPAGE_RADIOBUTTONS
|
||||
!insertmacro MUI_PAGE_LICENSE "license.txt"
|
||||
!insertmacro MUI_PAGE_DIRECTORY
|
||||
var StartMenuFolder
|
||||
|
@ -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