Skip to content

Commit 098b49c

Browse files
committed
[22033] Keep value of global props linkcolor and underlinelink
1 parent 1750c11 commit 098b49c

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)