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

Commit 79518f0

Browse files
committed
[Bug 21176] Make sure Upgrade Options can always be shown
1 parent a649114 commit 79518f0

1 file changed

Lines changed: 4 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

0 commit comments

Comments
 (0)