We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1750c11 commit 098b49cCopy full SHA for 098b49c
Toolset/palettes/start center/revStartCenterBehavior.livecodescript
@@ -170,8 +170,8 @@ end socialMediaUnhiliteAll
170
171
command recentFilesInitialise
172
set the dgProps["hilite color"] of group "recentFiles" to uiColor("edition")
173
- set the linkColor to uiColor("edition")
174
- set the underlineLinks to false
+ set the linkColor of this stack to uiColor("edition")
+ set the underlineLinks of this stack to false
175
end recentFilesInitialise
176
177
command recentFilesSet
notes/bugfix-22033.md
@@ -0,0 +1 @@
1
+# Keep value of global props linkcolor and underlinelink
0 commit comments