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

Commit 909b9ac

Browse files
Merge pull request #2061 from livecode/bugfix-22033
[22033] Keep value of global props linkcolor and underlinelink
2 parents 6d0e8c6 + 098b49c commit 909b9ac

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Toolset/palettes/start center/revStartCenterBehavior.livecodescript

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,8 @@ end socialMediaUnhiliteAll
170170

171171
command recentFilesInitialise
172172
set the dgProps["hilite color"] of group "recentFiles" to uiColor("edition")
173-
set the linkColor to uiColor("edition")
174-
set the underlineLinks to false
173+
set the linkColor of this stack to uiColor("edition")
174+
set the underlineLinks of this stack to false
175175
end recentFilesInitialise
176176

177177
command recentFilesSet

notes/bugfix-22033.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Keep value of global props linkcolor and underlinelink

0 commit comments

Comments
 (0)