mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-02-22 08:31:20 -06: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"
|
VIAddVersionKey FileVersion "0.50"
|
||||||
VIProductVersion "0.50.0.0"
|
VIProductVersion "0.50.0.0"
|
||||||
!insertmacro MUI_PAGE_WELCOME
|
!insertmacro MUI_PAGE_WELCOME
|
||||||
|
!define MUI_LICENSEPAGE_RADIOBUTTONS
|
||||||
!insertmacro MUI_PAGE_LICENSE "license.txt"
|
!insertmacro MUI_PAGE_LICENSE "license.txt"
|
||||||
!insertmacro MUI_PAGE_DIRECTORY
|
!insertmacro MUI_PAGE_DIRECTORY
|
||||||
var StartMenuFolder
|
var StartMenuFolder
|
||||||
|
@ -596,7 +596,7 @@ class mainFrame(wx.Frame):
|
|||||||
output.speak(self.nb.GetPageText(self.nb.GetSelection())+",", True)
|
output.speak(self.nb.GetPageText(self.nb.GetSelection())+",", True)
|
||||||
|
|
||||||
def skip_blank_pages(self, forward=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)
|
self.nb.AdvanceSelection(forward)
|
||||||
|
|
||||||
def close(self, ev=None):
|
def close(self, ev=None):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user