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

Commit 6a7ffd5

Browse files
authored
Merge pull request #1961 from livecode/bugfix-21176
[Bug 21176] Make sure Upgrade Options can always be shown
2 parents a649114 + 553168d commit 6a7ffd5

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

Toolset/palettes/menubar/revmenubar.livecodescript

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1019,7 +1019,11 @@ on mouseUp
10191019
revIDETutorialSkipToNextSkipPoint
10201020
end if
10211021
else if the short name of the owner of the target is "upgrade" then
1022+
local tStartCenterClassic
1023+
put revIDEGetPreference("StartCenterClassic") in tStartCenterClassic
1024+
revIDESetPreference "StartCenterClassic", true
10221025
ideShowUpgradeOptions
1026+
revIDESetPreference "StartCenterClassic", tStartCenterClassic
10231027
else if the short name of the owner of the target is "toolbar" and the target begins with "button" then
10241028
revMenubarMenuButtonClicked the short name of the target
10251029
setButtonReleased the long id of the target

notes/bugfix-21176.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Make sure the Start Center can always show the Upgrade Options

0 commit comments

Comments
 (0)