Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit bdaf97d

Browse files
author
Monte Goulding
authored
Merge pull request #6252 from livecode/bugfix-autoupdater_text
[[ Bug ]] Fix appearance of autoupdater
2 parents 0fe6748 + 405ee21 commit bdaf97d

File tree

2 files changed

+1
-22
lines changed

2 files changed

+1
-22
lines changed

builder/installer.livecode

0 Bytes
Binary file not shown.

builder/installer/stackbehavior.livecodescript

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -79,28 +79,7 @@ function getInstallerType
7979
end getInstallerType
8080

8181
command configureFonts pStack
82-
switch the platform
83-
case "win32"
84-
if word 2 of the systemVersion >= 6 and "Segoe UI" is among the lines of the fontNames then
85-
set the textFont of stack pStack to "Segoe UI"
86-
set the textSize of stack pStack to 12
87-
else if word 2 of the systemVersion >= 5 and "Tahoma" is among the lines of the fontNames then
88-
set the textFont of stack pStack to "Tahoma"
89-
set the textSize of stack pStack to 11
90-
else
91-
set the textFont of stack pStack to "MS Sans Serif"
92-
set the textSize of stack pStack to 10
93-
end if
94-
break
95-
case "linux"
96-
set the textFont of stack pStack to "Helvetica"
97-
set the textSize of stack pStack to 12
98-
break
99-
case "macos"
100-
set the textFont of stack pStack to "Lucida Grande"
101-
set the textSize of stack pStack to 11
102-
break
103-
end switch
82+
set the textFont of stack pStack to empty
10483
end configureFonts
10584

10685
command setTitleField pField, pTitle, pSubTitle

0 commit comments

Comments
 (0)